HAX IT DOES STUFFS

git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1280 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
chrisf
2007-07-15 17:13:35 +00:00
parent b90f1859c2
commit 0a6eaeb26f
7 changed files with 105 additions and 5 deletions

View File

@@ -13,5 +13,6 @@ namespace OpenRa.Game
public float2 location;
public int palette;
public abstract Sprite[] CurrentImages { get; }
public abstract void Tick( double t );
}
}