server-master/srcs/WingsAPI.Game/_enum/DialogVnums.cs
2026-02-10 18:21:30 +01:00

15 lines
No EOL
252 B
C#

// WingsEmu
//
// Developed by NosWings Team
namespace WingsEmu.Game._enum;
public enum DialogVnums
{
NPC_REQ = 99,
SHOP_PLAYER = 501,
MINILAND_SIGN = 10000,
SMALL_CAMPFIRE = 10023,
BIG_CAMPFIRE = 10024,
ICE_MACHINE = 10026
}