mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Fixed loading of new scenes for travel
This commit is contained in:
@@ -21,6 +21,17 @@
|
||||
******************************************************************************/
|
||||
package services;
|
||||
|
||||
import main.NGECore;
|
||||
|
||||
public class WeatherService {
|
||||
|
||||
private NGECore core;
|
||||
|
||||
public WeatherService(NGECore core) {
|
||||
this.core = core;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user