Add AlwaysTurnInPlace option to Mobile.

This commit is contained in:
tovl
2020-06-16 19:22:53 +02:00
committed by abcdefg30
parent 1c8c49dc8e
commit b79aa7eb6a
2 changed files with 7 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ namespace OpenRA.Mods.Common.Traits
public readonly int Speed = 1;
[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("Cursor to display when a move order can be issued at target location.")]
public readonly string Cursor = "move";