Update CustomSelectionSize description
This commit is contained in:
@@ -13,9 +13,9 @@ using OpenRA.Traits;
|
|||||||
|
|
||||||
namespace OpenRA.Mods.Common.Traits
|
namespace OpenRA.Mods.Common.Traits
|
||||||
{
|
{
|
||||||
[Desc("Special case trait for invisible, unselectable actors like bridge huts.",
|
[Desc("Special case trait for unselectable actors that need to define targetable area bounds",
|
||||||
"Gives actor targetable area for special cases like C4 and engineer repair.",
|
"for special cases like C4, engineer repair and tooltips.",
|
||||||
"This trait conflicts with AutoSelectionSize so you cannot use both, and doesn't support custom offsets.")]
|
"Examples: bridge huts and crates.")]
|
||||||
public class CustomSelectionSizeInfo : ITraitInfo
|
public class CustomSelectionSizeInfo : ITraitInfo
|
||||||
{
|
{
|
||||||
public readonly int[] CustomBounds = null;
|
public readonly int[] CustomBounds = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user