Bugfixes
This commit is contained in:
@@ -3,4 +3,5 @@ package mindustry.logic;
|
||||
/** An object that can be controlled with logic. */
|
||||
public interface Controllable{
|
||||
void control(LAccess type, double p1, double p2, double p3, double p4);
|
||||
void control(LAccess type, Object p1, double p2, double p3, double p4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user