14 lines
No EOL
186 B
C#
14 lines
No EOL
186 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets.Enums
|
|
{
|
|
public enum RarifyMode
|
|
{
|
|
Normal,
|
|
Free,
|
|
Drop,
|
|
Increase
|
|
}
|
|
} |