added Tiles, basic TileBehaviour
This commit is contained in:
parent
66756be23b
commit
433158e658
8 changed files with 100 additions and 7 deletions
|
|
@ -16,10 +16,12 @@ public class UsableItem : Item, IUsable
|
|||
|
||||
}
|
||||
|
||||
public UsableItem(string displayName, string description, int id) : base(displayName, description, id) {
|
||||
}
|
||||
public UsableItem(string displayName, string description, int id) : base(displayName, description, id)
|
||||
{
|
||||
}
|
||||
|
||||
public void select() {
|
||||
PlayerController.getInstance().setSelectedItem(this);
|
||||
public void select()
|
||||
{
|
||||
PlayerController.getInstance().setSelectedItem(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue