Basic setProp implementation
This commit is contained in:
@@ -2,9 +2,8 @@ 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);
|
||||
void setProp(LAccess prop, double value);
|
||||
void setProp(LAccess prop, Object value);
|
||||
void setProp(UnlockableContent content, double value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user