If it defaults to the actor type, then it shouldn't be required.
This commit is contained in:
committed by
teinarss
parent
657e690bdd
commit
728e0c6600
@@ -19,7 +19,6 @@ namespace OpenRA.Mods.Common.Traits.Render
|
|||||||
[Desc("Displays a custom UI overlay relative to the actor's mouseover bounds.")]
|
[Desc("Displays a custom UI overlay relative to the actor's mouseover bounds.")]
|
||||||
public class WithDecorationInfo : WithDecorationBaseInfo
|
public class WithDecorationInfo : WithDecorationBaseInfo
|
||||||
{
|
{
|
||||||
[FieldLoader.Require]
|
|
||||||
[Desc("Image used for this decoration. Defaults to the actor's type.")]
|
[Desc("Image used for this decoration. Defaults to the actor's type.")]
|
||||||
public readonly string Image = null;
|
public readonly string Image = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user