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

This commit is contained in:
(no author)
2007-07-24 09:16:41 +00:00
parent 5bf38488d2
commit 3d3316a188
14 changed files with 63 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ namespace OpenRa.Game
abstract class Actor
{
public abstract float2 RenderLocation { get; }
public int palette;
public Player owner;
public abstract Sprite[] CurrentImages { get; }
public virtual void Tick(Game game, int t) { }
}