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!
|
* For internal use, You should not call this method!
|
||||||
* @param src
|
|
||||||
*/
|
*/
|
||||||
public static void _runBeforeLevelLoad(){
|
public static void _runBeforeLevelLoad(){
|
||||||
beforeLoadLevel.forEach(c -> c.beforeLoad());
|
beforeLoadLevel.forEach(c -> c.beforeLoad());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue