Add Actor.ReplacedByActor to track transformations.
This isn't great conceptually, but has precedent in the Generation number.
This commit is contained in:
committed by
Oliver Brakmann
parent
2ac7e451b4
commit
0406b89a96
@@ -48,6 +48,7 @@ namespace OpenRA
|
||||
public Activity CurrentActivity { get; private set; }
|
||||
|
||||
public int Generation;
|
||||
public Actor ReplacedByActor;
|
||||
|
||||
public IEffectiveOwner EffectiveOwner { get; private set; }
|
||||
public IOccupySpace OccupiesSpace { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user