extended usable Items with UsableItem
This commit is contained in:
parent
fb9aa4e349
commit
0d49c92c15
8 changed files with 21 additions and 26 deletions
|
|
@ -20,6 +20,6 @@ public class UsableItem : Item, IUsable
|
|||
}
|
||||
|
||||
public void select() {
|
||||
throw new System.NotImplementedException();
|
||||
PlayerController.getInstance().setSelectedItem(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue