You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
namespace Gamestrap
|
|
{
|
|
public static class UIVars
|
|
{
|
|
|
|
public const string Color = "Color";
|
|
public const string Normal = "Normal";
|
|
public const string Highlighted = "Highlighted";
|
|
public const string Pressed = "Pressed";
|
|
public const string Disabled = "Disabled";
|
|
}
|
|
}
|