Add TurnsWhileMoving to Mobile

This commit is contained in:
dnqbob
2023-04-07 01:46:35 +08:00
committed by abcdefg30
parent a65bb17d68
commit 69441a4fee
2 changed files with 32 additions and 19 deletions

View File

@@ -40,6 +40,9 @@ namespace OpenRA.Mods.Common.Traits
[Desc("If set to true, this unit will always turn in place instead of following a curved trajectory (like infantry).")]
public readonly bool AlwaysTurnInPlace = false;
[Desc("If set to true, this unit won't stop to turn, it will turn while moving instead.")]
public readonly bool TurnsWhileMoving = false;
[CursorReference]
[Desc("Cursor to display when a move order can be issued at target location.")]
public readonly string Cursor = "move";