radoc tidy
This commit is contained in:
@@ -355,7 +355,7 @@ namespace OpenRA.FileFormats
|
||||
// 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; }
|
||||
public readonly string[] Lines;
|
||||
public DescAttribute(params string[] lines) { Lines = lines; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user