10 lines
No EOL
189 B
C#
10 lines
No EOL
189 B
C#
namespace WingsEmu.Packets.Enums
|
|
{
|
|
public enum BuffCategory : byte
|
|
{
|
|
GeneralEffect = 0,
|
|
MagicEffect = 1,
|
|
PoisonType = 2,
|
|
DiseaseSeries = 3
|
|
}
|
|
} |