mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
//Porting over the type system of the mobs
|
|
#define BLUE_EYES 1
|
|
#define RED_EYES 2
|
|
#define PURPLE_EYES 3
|
|
#define YELLOW_EYES 4
|
|
#define GREEN_EYES 5
|
|
#define ORANGE_EYES 6
|