tesla charges

This commit is contained in:
Chris Forbes
2009-12-17 09:28:50 +13:00
parent d86e317d2c
commit e6e00d2010
6 changed files with 34 additions and 1 deletions

View File

@@ -95,6 +95,8 @@ namespace OpenRa.Game.Graphics
Tick( 40 ); // tick one frame
}
public bool HasSequence(string seq) { return SequenceProvider.HasSequence( name, seq ); }
public void Tick( int t )
{
if( tickAlways )