Set produced unit position via an ActorInitializer. Fixes #3214.

This commit is contained in:
Paul Chote
2013-05-04 12:11:43 +12:00
parent 5877f72345
commit 55d5db0f02
5 changed files with 23 additions and 21 deletions

View File

@@ -141,10 +141,9 @@ namespace OpenRA.Traits
{
int ROT { get; }
int Facing { get; set; }
int InitialFacing { get; }
}
public interface IFacingInfo {} /* tag interface for infoclasses whose corresponding trait has IFacing */
public interface IFacingInfo { int GetInitialFacing(); }
public interface ICrushable
{