* @return The entity of the NPC the player is currently playing as */
| 120 | * @return The entity of the NPC the player is currently playing as |
| 121 | */ |
| 122 | Handle::EntityHandle getPlayerEntity() { return m_PlayerEntity; } |
| 123 | /** |
| 124 | * Sets the entity of the NPC the player is currently playing as |
| 125 | */ |
no outgoing calls
no test coverage detected