Starsector API
Loading...
Searching...
No Matches
ButtonDelegate.java
Go to the documentation of this file.
1package com.fs.starfarer.api.ui;
2
3
4public interface ButtonDelegate {
5
6 //void buttonPressed(UIComponentAPI button, InputEventAPI event);
7}