Starsector API
Loading...
Searching...
No Matches
SpawnPointPlugin.java
Go to the documentation of this file.
1package com.fs.starfarer.api.campaign;
2
12@Deprecated
13public interface SpawnPointPlugin {
14 void advance(SectorAPI sector, LocationAPI location);
15}
void advance(SectorAPI sector, LocationAPI location)