mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-31 16:44:37 +01:00
extract collapsibleItemList with buttons into method
this is currently done for - items in a droplist - replies - rewards others should follow
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.gpl.rpg.atcontentstudio.utils;
|
||||
|
||||
public interface BasicLambdaWithArg<T> {
|
||||
public void doIt(T arg);
|
||||
}
|
||||
Reference in New Issue
Block a user