]> purplebirdman git - frog-ninja.git/blob - asset/character/model/state/combo/to_fire_gun.gd
Squashed commit of the following:
[frog-ninja.git] / asset / character / model / state / combo / to_fire_gun.gd
1 extends Combo
2
3
4 func is_triggered(input: InputPacket) -> bool:
5         return input.player_combat_actions.has("shoot")