diff --git a/OpenRA.Mods.Common/Traits/HitShape.cs b/OpenRA.Mods.Common/Traits/HitShape.cs index b9c3318f4c..36c378c5f0 100644 --- a/OpenRA.Mods.Common/Traits/HitShape.cs +++ b/OpenRA.Mods.Common/Traits/HitShape.cs @@ -35,6 +35,7 @@ namespace OpenRA.Mods.Common.Traits public readonly BitSet ArmorTypes = default(BitSet); [FieldLoader.LoadUsing("LoadShape")] + [Desc("Engine comes with support for `Circle`, `Capsule`, `Polygon` and `Rectangle`. Defaults to `Circle` when left empty.")] public readonly IHitShape Type; static object LoadShape(MiniYaml yaml)