Starsector API
Loading...
Searching...
No Matches
PhaseCloakSystemAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.combat;
2
3public interface PhaseCloakSystemAPI {
5 void setMinCoilJitterLevel(float minJitterLevel);
6
7}
void setMinCoilJitterLevel(float minJitterLevel)