Fixed loading of new scenes for travel

This commit is contained in:
Light2
2013-11-21 01:26:09 +01:00
parent b6921a7dc9
commit 3f721f876f
4 changed files with 16 additions and 10 deletions
+11
View File
@@ -21,6 +21,17 @@
******************************************************************************/
package services;
import main.NGECore;
public class WeatherService {
private NGECore core;
public WeatherService(NGECore core) {
this.core = core;
}
}