Make ActorFacingModifier privately set

This commit is contained in:
dnqbob
2023-05-11 15:18:14 +08:00
committed by abcdefg30
parent 69441a4fee
commit 0d98405bdc

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.Activities
{
public class Move : Activity
{
public WAngle ActorFacingModifier;
public WAngle ActorFacingModifier { get; private set; }
readonly Mobile mobile;
readonly WDist nearEnough;
readonly Func<BlockedByActor, List<CPos>> getPath;