소스 검색

拍照边框滤镜

zhaoyang 2 년 전
부모
커밋
17894214d4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Data/PhotographDataManager.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Data/PhotographDataManager.cs

@@ -15,8 +15,8 @@ namespace GFGGame
     }
     public class PhotographDataManager : SingletonBase<PhotographDataManager>
     {
-        public const int BORDERID = 3000013;
-        public const int EffectID = 3000015;
+        public const int BORDERID = 4000013;
+        public const int EffectID = 4000015;
         public List<GameObject> itemGameObjs = new List<GameObject>();
 
         public List<int> _equipRoleData = new List<int>();//当前穿戴的角色数据