Many various logic changes
This commit is contained in:
6
core/src/mindustry/logic/Controllable.java
Normal file
6
core/src/mindustry/logic/Controllable.java
Normal file
@@ -0,0 +1,6 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user