Files
dsrc/sku.0/sys.server/compiled/game/script/city/city_spawner.java
T

15 lines
253 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;
}
}