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

@@ -65,6 +65,11 @@ namespace OpenRa.Game.Graphics
}
}
public static bool HasSequence(string unit, string seq)
{
return units[unit].ContainsKey(seq);
}
public static CursorSequence GetCursorSequence(string cursor)
{
return cursors[cursor];