Minor Conquer buff
This commit is contained in:
10
core/src/mindustry/logic/Settable.java
Normal file
10
core/src/mindustry/logic/Settable.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package mindustry.logic;
|
||||
|
||||
import mindustry.ctype.*;
|
||||
|
||||
//TODO
|
||||
public interface Settable{
|
||||
void setProperty(LAccess prop, double value);
|
||||
void setProperty(LAccess prop, Object value);
|
||||
void setProperty(UnlockableContent content, double value);
|
||||
}
|
||||
Reference in New Issue
Block a user