mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
7 lines
365 B
Plaintext
7 lines
365 B
Plaintext
// Vending machine AI controller blackboard keys
|
|
#define BB_VENDING_CURRENT_TARGET "BB_vending_current_target"
|
|
#define BB_VENDING_TILT_COOLDOWN "BB_vending_tilt_cooldown"
|
|
#define BB_VENDING_UNTILT_COOLDOWN "BB_vending_untilt_cooldown"
|
|
#define BB_VENDING_BUSY_TILTING "BB_vending_busy_tilting"
|
|
#define BB_VENDING_LAST_HIT_SUCCESSFUL "BB_vending_last_hit_successful"
|