13 lines
No EOL
172 B
C#
13 lines
No EOL
172 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.Enums
|
|
{
|
|
public enum UpgradeMode
|
|
{
|
|
Normal,
|
|
Reduced,
|
|
Free
|
|
}
|
|
} |