Files
RAGECOOP-V/Client/Scripting/ClientScript.cs
2023-02-12 22:06:57 +08:00

10 lines
155 B
C#

using GTA;
namespace RageCoop.Client.Scripting
{
[ScriptAttributes(NoDefaultInstance = true)]
public class ClientScript : Script
{
}
}