12 lines
No EOL
166 B
C#
12 lines
No EOL
166 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.Enums
|
|
{
|
|
public enum FixedUpMode
|
|
{
|
|
None = 0,
|
|
HasAmulet = 1
|
|
}
|
|
} |