Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
472 B · 18 lines
C++
at main
123456789101112131415161718#include "stdafx.h"#include "Attribute.h"
const int Attribute::AttributeNames [] ={ IDS_ATTRIBUTE_NAME_GENERIC_MAXHEALTH, IDS_ATTRIBUTE_NAME_GENERIC_FOLLOWRANGE, IDS_ATTRIBUTE_NAME_GENERIC_KNOCKBACKRESISTANCE, IDS_ATTRIBUTE_NAME_GENERIC_MOVEMENTSPEED, IDS_ATTRIBUTE_NAME_GENERIC_ATTACKDAMAGE, IDS_ATTRIBUTE_NAME_HORSE_JUMPSTRENGTH, IDS_ATTRIBUTE_NAME_ZOMBIE_SPAWNREINFORCEMENTS,};
int Attribute::getName(eATTRIBUTE_ID id){ return AttributeNames[id];}