12 lines
No EOL
157 B
C#
12 lines
No EOL
157 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Game._enum;
|
|
|
|
public enum BuffGroup : byte
|
|
{
|
|
Good = 0,
|
|
Neutral = 1,
|
|
Bad = 2
|
|
} |