git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1287 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -25,6 +25,7 @@ namespace OpenRa.Game
|
||||
}
|
||||
|
||||
public void Add(Actor a) { actors.Add(a); }
|
||||
public void Remove( Actor a ) { actors.Remove( a ); }
|
||||
public void AddFrameEndTask( Action<World> a ) { frameEndActions.Add( a ); }
|
||||
|
||||
double lastTime = Environment.TickCount / 1000.0;
|
||||
|
||||
Reference in New Issue
Block a user