001package com.fs.starfarer.api.campaign;
002
003
004public interface AsteroidAPI extends SectorEntityToken {
005
006        float getRotation();
007
008        void setRotation(float rotation);
009
010        void forceRender();
011
012}