Starsector API
Loading...
Searching...
No Matches
StealthMinefieldLT.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.hullmods;
2
3public class StealthMinefieldLT extends StealthMinefield {
4
5 @Override
6 protected String getWeaponId() {
7 return "minelayer1";
8 }
9
10}