hch
9 天以前 23e8ee01886faf8f1a77c79a2d93a52a860e6914
Main/Utility/Constants.cs
@@ -38,7 +38,7 @@
    public const float F_EPSILON = 0.00001f;
    //服务端的大数值通过两个字段表示,大数字位单位为亿
    public const ulong ExpPointValue = 100000000;
    public const long ExpPointValue = 100000000;
    public static readonly Vector3 Special_Hide_Position = new Vector3(10000, -10000, 10000);
    public readonly static Vector2 DESIGN_RESOLUTION = new Vector2(750, 1334);