Updates some documentation in the Game object.
This commit is contained in:
+2
-1
@@ -223,8 +223,8 @@ class Game
|
||||
|
||||
/**
|
||||
* Return the viewpoint for the current user.
|
||||
* @throws InvalidConfigurationException
|
||||
* @return Viewpoint
|
||||
* @throws InvalidConfigurationException|CharacterNotFoundException
|
||||
*/
|
||||
public function getViewpoint(): Viewpoint
|
||||
{
|
||||
@@ -263,6 +263,7 @@ class Game
|
||||
* by the hook.
|
||||
* @param Scene $scene
|
||||
* @param array $parameters
|
||||
* @throws CharacterNotFoundException
|
||||
*/
|
||||
private function navigateToScene(Scene $scene, array $parameters)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user