Copy and Content
The CopyManager
class is used to manage the copy and content of your game. It allows you to easily switch between languages and access strings in your game.
The instance of the CopyManager
class is available in the copy
property of the Application
class.
Within a game state, you can access the CopyManager
instance using this.app.copy
: