mirror of
https://git.neonteam.dev/amizing/FreeSR.git
synced 2025-03-12 03:36:21 -04:00
12 lines
175 B
C#
12 lines
175 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
public enum KAOGLPJJIKD
|
|
{
|
|
BATTLE_END_REASON_NONE = 0,
|
|
BATTLE_END_REASON_ALL_DIE = 1,
|
|
BATTLE_END_REASON_TURN_LIMIT = 2,
|
|
}
|
|
|
|
}
|