* Load the specified resource. * * This method will be run during the game. It should only do light tasks * like file downloading.
(resourceName: string)
| 17 | * like file downloading. |
| 18 | */ |
| 19 | loadResource(resourceName: string): Promise<void>; |
| 20 | |
| 21 | /** |
| 22 | * Process the specified resource. |
no outgoing calls
no test coverage detected