Starsector API
Loading...
Searching...
No Matches
IconGroupAPI.java
Go to the documentation of this file.
1package com.fs.starfarer.api.ui;
2
3public interface IconGroupAPI {
4 void addIconGroup(String commodityId, IconRenderMode mode, int count, Object custom);
5}
void addIconGroup(String commodityId, IconRenderMode mode, int count, Object custom)