add missing ISync
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public object Create(ActorInitializer init) { return new BodyOrientation(init, this); }
|
public object Create(ActorInitializer init) { return new BodyOrientation(init, this); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BodyOrientation : IBodyOrientation
|
public class BodyOrientation : IBodyOrientation, ISync
|
||||||
{
|
{
|
||||||
readonly BodyOrientationInfo info;
|
readonly BodyOrientationInfo info;
|
||||||
readonly Lazy<int> quantizedFacings;
|
readonly Lazy<int> quantizedFacings;
|
||||||
|
|||||||
Reference in New Issue
Block a user