Package mindustry.entities
Class LegDestroyData
java.lang.Object
mindustry.entities.LegDestroyData
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLegDestroyData
(arc.math.geom.Vec2 a, arc.math.geom.Vec2 b, arc.graphics.g2d.TextureRegion region) -
Method Summary
-
Field Details
-
a
public arc.math.geom.Vec2 a -
b
public arc.math.geom.Vec2 b -
region
public arc.graphics.g2d.TextureRegion region
-
-
Constructor Details
-
LegDestroyData
public LegDestroyData(arc.math.geom.Vec2 a, arc.math.geom.Vec2 b, arc.graphics.g2d.TextureRegion region)
-