git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1287 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
(no author)
2007-07-16 22:03:29 +00:00
parent 58be529e32
commit 68a533d658
14 changed files with 2 additions and 277 deletions

View File

@@ -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;