7 lines
No EOL
95 B
C#
7 lines
No EOL
95 B
C#
namespace WingsEmu.Game._enum;
|
|
|
|
public enum BuffGroupIds
|
|
{
|
|
BLEEDING = 1,
|
|
STUNS = 4
|
|
} |