From 973edc44a04dceb8b48a32ca912e6167f86189d4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 25 八月 2025 17:38:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 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