From b0a5d4688f1af73b5ad03ccc2df11c9aac1523a9 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 29 七月 2025 16:56:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Team/TeamType.cs | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/Main/System/Team/TeamType.cs b/Main/System/Team/TeamType.cs
index b63dd06..2b1654a 100644
--- a/Main/System/Team/TeamType.cs
+++ b/Main/System/Team/TeamType.cs
@@ -1,12 +1,14 @@
-
+//涓庢湇鍔$鐨勭害瀹� 瀵瑰簲鍑芥暟GetSelectTeamTypeByAttackType
public enum TeamType
{
None = 0,
// PVE
Story = 1,
-
+ // PVP 杩涙敾
+ Arena = 21,
+ // PVP 闃插畧
+ ArenaDefense = 22,
+ Tower = 3,
+}
- // PVP
- Arena = 101,
-}
\ No newline at end of file
--
Gitblit v1.8.0