mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 11:12:14 +00:00
Co-authored-by: Unit0016 <50649185+unit0016@users.noreply.github.com> Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
/// Checks if this is banned from being built on the tram
|
|
#define STACK_CHECK_TRAM_FORBIDDEN (1<<2)
|
|
/// Checks if this can only built on the tram
|
|
#define STACK_CHECK_TRAM_EXCLUSIVE (1<<3)
|