add --docs flag for utility
This commit is contained in:
committed by
Matthias Mailänder
parent
7c31a8f28e
commit
d0cf627b23
@@ -351,4 +351,11 @@ namespace OpenRA.FileFormats
|
||||
}
|
||||
|
||||
public class FieldFromYamlKeyAttribute : Attribute { }
|
||||
|
||||
// mirrors DescriptionAttribute from System.ComponentModel but we dont want to have to use that everywhere.
|
||||
public class DescAttribute : Attribute
|
||||
{
|
||||
public readonly string Description;
|
||||
public DescAttribute(string description) { Description = description; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user