Cleanup
This commit is contained in:
9
core/src/mindustry/entities/def/LegsComp.java
Normal file
9
core/src/mindustry/entities/def/LegsComp.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package mindustry.entities.def;
|
||||
|
||||
import mindustry.annotations.Annotations.*;
|
||||
import mindustry.gen.*;
|
||||
|
||||
@Component
|
||||
abstract class LegsComp implements Posc, Flyingc{
|
||||
float baseRotation;
|
||||
}
|
||||
Reference in New Issue
Block a user