If it defaults to the actor type, then it shouldn't be required.

This commit is contained in:
Matthias Mailänder
2020-04-26 20:56:42 +02:00
committed by teinarss
parent 657e690bdd
commit 728e0c6600

View File

@@ -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;