javadoc fix
This commit is contained in:
parent
bf1b3917f4
commit
30df35be08
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@ public class LifeCycleAPI {
|
|||
}
|
||||
|
||||
/**
|
||||
* For internal use, You should not call this method!
|
||||
* @param src
|
||||
* For internal use, You should not call this method!
|
||||
*/
|
||||
public static void _runBeforeLevelLoad(){
|
||||
beforeLoadLevel.forEach(c -> c.beforeLoad());
|
||||
|
|
Loading…
Reference in a new issue