mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
9 lines
159 B
C#
9 lines
159 B
C#
namespace EggLink.DanhengServer.Enums.GridFight;
|
|
|
|
public enum GridFightRolePositionEnum
|
|
{
|
|
None = 0,
|
|
Foreground = 1,
|
|
Background = 2,
|
|
Ready = 3
|
|
} |