Add Orientation getter to IFacing.
This commit is contained in:
@@ -319,6 +319,7 @@ namespace OpenRA.Traits
|
||||
{
|
||||
WAngle TurnSpeed { get; }
|
||||
WAngle Facing { get; set; }
|
||||
WRot Orientation { get; }
|
||||
}
|
||||
|
||||
public interface IFacingInfo : ITraitInfoInterface { int GetInitialFacing(); }
|
||||
|
||||
Reference in New Issue
Block a user