Files
dsrc/sku.0/sys.server/compiled/game/script/city/city_spawner.java
T
2018-03-26 01:21:00 +01:00

15 lines
267 B
Java
Executable File

package script.city;
import script.obj_id;
public class city_spawner extends script.base_script
{
public city_spawner()
{
}
public int OnInitialize(obj_id self) throws InterruptedException
{
return SCRIPT_CONTINUE;
}
}