|
namespace Guru
|
|
{
|
|
/// <summary>
|
|
/// 游戏常量定义
|
|
/// </summary>
|
|
public partial class GameDefine
|
|
{
|
|
public static string CompanyName = "Guru Game";
|
|
public const string MACRO_LOG = "ENABLE_LOG";
|
|
public const string MACRO_DEBUG = "DEBUG";
|
|
public const string MACRO_RELEASE = "RELEASE";
|
|
}
|
|
} |