![]() |
RPGlite Starter Kit
1.0.0
Starting RPG projects made easy.
|
Interface for anything that can be interacted with by the player, such as world objects and characters. More...
Public Member Functions | |
void | Interact (PlayerController player) |
Interact with something through a PlayerController. | |
Interface for anything that can be interacted with by the player, such as world objects and characters.
void RPGlite.IInteractable.Interact | ( | PlayerController | player | ) |
Interact with something through a PlayerController.
player | Which PlayerController is interacting wih this. |
Implemented in RPGlite.Bell, and RPGlite.Shopkeeper.