mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 21:11:57 +00:00
* Unit tests for serving trays (#54224) * Unit tests for serving trays Co-authored-by: NightRed <nightred@gmail.com>
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
// Storage component defines
|
|
|
|
// Storage collection defines
|
|
#define COLLECT_ONE 0
|
|
#define COLLECT_EVERYTHING 1
|
|
#define COLLECT_SAME 2
|
|
|
|
// Drop style defines
|
|
#define DROP_NOTHING 0
|
|
#define DROP_AT_PARENT 1
|
|
#define DROP_AT_LOCATION 2
|