// Generate By EToy
// Don't Edit It!!
namespace XGame.Database
{
public static class KeyValue
{
/// 测试字符串
/// adfa
public static readonly string TestStr = "adfa";
/// 测试int
/// 999
public static readonly int TestInt = 999;
/// 测试布尔值
/// 1
public static readonly bool TestBool = true;
/// 麻痹效果(技能cd回退80%)万分比
/// 8000
public static readonly int ParalysisDelayFac = 8000;
}
}