mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 01:21:30 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
#define TOOL_NONE 0
|
|
#define TOOL_CROWBAR 1
|
|
#define TOOL_MULTITOOL 2
|
|
#define TOOL_SCREWDRIVER 3
|
|
#define TOOL_WIRECUTTER 4
|
|
#define TOOL_WRENCH 5 |