add missing ISync

This commit is contained in:
Matthias Mailänder
2015-08-29 08:04:37 +02:00
parent 589cb4cd0a
commit fda39f7136

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits
public object Create(ActorInitializer init) { return new BodyOrientation(init, this); }
}
public class BodyOrientation : IBodyOrientation
public class BodyOrientation : IBodyOrientation, ISync
{
readonly BodyOrientationInfo info;
readonly Lazy<int> quantizedFacings;