Fixed javadoc

This commit is contained in:
paulevsGitch 2021-12-04 12:28:54 +03:00
parent bcee0f2239
commit 0d8130cca7

View file

@ -89,7 +89,6 @@ public class LifeCycleAPI {
/**
* For internal use, You should not call this method!
* @param src
*/
public static void _runBeforeLevelLoad(){
beforeLoadLevel.forEach(c -> c.beforeLoad());