ticker
This commit is contained in:
parent
c5846aba7b
commit
074bb21ffd
18 changed files with 99 additions and 51 deletions
|
@ -27,3 +27,6 @@ func take(item : Item,amount: int) -> Stack:
|
|||
## Finds first entry of item. Returns -1 if no item found
|
||||
func find(item : Item) -> int:
|
||||
return -1
|
||||
|
||||
func refresh():
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue