13 lines
No EOL
191 B
C#
13 lines
No EOL
191 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.Enums
|
|
{
|
|
public enum MinilandState : byte
|
|
{
|
|
OPEN = 0,
|
|
PRIVATE = 1,
|
|
LOCK = 2
|
|
}
|
|
} |