mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
8 lines
139 B
C#
8 lines
139 B
C#
namespace EggLink.DanhengServer.Enums.Avatar;
|
|
|
|
public enum SummonUnitUniqueGroupEnum
|
|
{
|
|
None = 0,
|
|
TeamField = 1,
|
|
_Count = 2
|
|
} |