From 23e8ee01886faf8f1a77c79a2d93a52a860e6914 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期日, 24 八月 2025 22:41:12 +0800 Subject: [PATCH] 117 【武将】武将系统 - 重生 遣散 --- Main/Utility/Constants.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/Utility/Constants.cs b/Main/Utility/Constants.cs index b4e0e74..6354591 100644 --- a/Main/Utility/Constants.cs +++ b/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); -- Gitblit v1.8.0