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

This commit is contained in:
(no author)
2007-07-20 04:18:02 +00:00
parent df4e71e89e
commit db17062511
5 changed files with 28 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ namespace OpenRa.Game
{
abstract class Actor
{
public float2 renderLocation;
public abstract float2 RenderLocation { get; }
public int palette;
public abstract Sprite[] CurrentImages { get; }
public virtual void Tick(World world, double t) { }