73 lines
1.0 KiB
Go
73 lines
1.0 KiB
Go
package superunique
|
|
|
|
type ID int
|
|
|
|
const (
|
|
Bishibosh ID = iota
|
|
Bonebreak
|
|
Coldcrow
|
|
Rakanishu
|
|
TreeheadWoodFist
|
|
Griswold
|
|
TheCountess
|
|
PitspawnFouldog
|
|
FlamespiketheCrawler
|
|
Boneash
|
|
Radament
|
|
BloodwitchtheWild
|
|
Fangskin
|
|
Beetleburst
|
|
Leatherarm
|
|
ColdwormtheBurrower
|
|
FireEye
|
|
DarkElder
|
|
TheSummoner
|
|
AncientKaatheSoulless
|
|
TheSmith
|
|
WebMagetheBurning
|
|
WitchDoctorEndugu
|
|
Stormtree
|
|
SarinatheBattlemaid
|
|
IcehawkRiftwing
|
|
IsmailVilehand
|
|
GelebFlamefinger
|
|
BremmSparkfist
|
|
ToorcIcefist
|
|
WyandVoidfinger
|
|
MafferDragonhand
|
|
WingedDeath
|
|
TheTormentor
|
|
Taintbreeder
|
|
RiftwraiththeCannibal
|
|
InfectorofSouls
|
|
LordDeSeis
|
|
GrandVizierofChaos
|
|
TheCowKing
|
|
Corpsefire
|
|
TheFeatureCreep
|
|
SiegeBoss
|
|
AncientBarbarian1
|
|
AncientBarbarian2
|
|
AncientBarbarian3
|
|
AxeDweller
|
|
BonesawBreaker
|
|
DacFarren
|
|
MegaflowRectifier
|
|
EyebackUnleashed
|
|
ThreashSocket
|
|
Pindleskin
|
|
SnapchipShatter
|
|
AnodizedElite
|
|
VinvearMolech
|
|
SharpToothSayer
|
|
MagmaTorquer
|
|
BlazeRipper
|
|
Frozenstein
|
|
NihlathakBoss
|
|
BaalSubject1
|
|
BaalSubject2
|
|
BaalSubject3
|
|
BaalSubject4
|
|
BaalSubject5
|
|
)
|