Many poops.
Basically working resource system Improved projectile movement Better receive messages Include Lidgren.Network in core
This commit is contained in:
@ -9,7 +9,9 @@ namespace RageCoop.Client.Scripting
|
||||
/// <summary>
|
||||
/// Inherit from this class, constructor will be called when the script is loaded.
|
||||
/// </summary>
|
||||
public abstract class ClientScript
|
||||
public abstract class ClientScript:Core.Scripting.IScriptable
|
||||
{
|
||||
public abstract void OnStart();
|
||||
public abstract void OnStop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user