yyl
2025-08-11 b2d7bb59dc37c7b350786b076ee2f344b7c8911f
1
2
3
4
5
6
7
8
9
 
//与服务端的约定  对应函数GetSelectTeamTypeByAttackType
public enum TeamType
{
    None = 0,
    Story = 1, //主线
    Arena = 2,    //竞技场进攻
    ArenaDefense = 3,    //竞技场防守
}