Added ability to disable automatic respawn
Prepare for client side scripting.
This commit is contained in:
17
Client/Scripting/ClientScript.cs
Normal file
17
Client/Scripting/ClientScript.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RageCoop.Client.Scripting
|
||||
{
|
||||
public abstract class ClientScript
|
||||
{
|
||||
public class Events
|
||||
{
|
||||
|
||||
}
|
||||
public abstract void Main();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user