INNER CODE UNIT · C#
ConsoleCommandHandlerAttribute
Blecki/dwarfcorp · DwarfCorp/ConsoleCommandHandlerAttribute.cs:8
public class ConsoleCommandHandlerAttribute : Attribute
{
public string Name;
public ConsoleCommandHandlerAttribute(String Name)
{
this.Name = Name;
}
}
}