mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-16 10:44:27 +01:00
b116cc450d
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
#define EMP_HEAVY 1
|
|
#define EMP_MEDIUM 2
|
|
#define EMP_LIGHT 3
|
|
#define EMP_HARMLESS 4
|
|
#define EMP_NONE 5
|