diesmal wirklich

This commit is contained in:
dhain 2022-05-19 16:03:20 +02:00
parent 25f51c2622
commit 2ff7fc2c12
20 changed files with 247 additions and 194 deletions

View file

@ -15,6 +15,6 @@ public class UsableItem : Item, IUsable {
}
public void select() {
PlayerController.instance.setSelectedItem(this);
PlayerController.instance.SetSelectedItem(this);
}
}