Starsector API
Loading...
Searching...
No Matches
AsteroidSource.java
Go to the documentation of this file.
1
4package com.fs.starfarer.api.impl.campaign.terrain;
5
6import com.fs.starfarer.api.campaign.SectorEntityToken;
7
8public interface AsteroidSource {
14 void reportAsteroidPersisted(SectorEntityToken asteroid);
15
16
21}
void reportAsteroidPersisted(SectorEntityToken asteroid)