player: add Gear.unequip() API
This commit is contained in:
parent
d5275c13fd
commit
1112a9f6da
2 changed files with 11 additions and 1 deletions
|
|
@ -23,9 +23,15 @@ func use(player):
|
|||
$Timer.start()
|
||||
on_use(player)
|
||||
|
||||
func unequip(player):
|
||||
on_unequip(player)
|
||||
|
||||
func on_use(_player):
|
||||
pass
|
||||
|
||||
func on_unequip(_player):
|
||||
pass
|
||||
|
||||
func on_ready():
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue