UNPKG

programming-game

Version:

The client for programming game, an mmorpg that you interact with entirely through code.

14 lines (13 loc) 281 B
export declare enum Monsters { chicken = "chicken", rat = "rat", goblin = "goblin", goblinMedicant = "goblinMedicant", snake = "snake", imp = "imp", slime = "slime", orc = "orc", wolf = "wolf", troll = "troll", slimeKing = "slimeKing" }