9 lines
168 B
C#
9 lines
168 B
C#
namespace NBC
|
|
{
|
|
public static class UIEvents
|
|
{
|
|
public const string UIShow = "UIShow";
|
|
|
|
public const string UIHide = "UIHide";
|
|
}
|
|
} |