10 lines
155 B
C#
10 lines
155 B
C#
using GTA;
|
|
|
|
namespace RageCoop.Client.Scripting
|
|
{
|
|
[ScriptAttributes(NoDefaultInstance = true)]
|
|
public class ClientScript : Script
|
|
{
|
|
}
|
|
}
|