hch
2025-11-20 ed98029a88cd89702980ac7c40b711afddc5aeb2
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);