mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-11 08:20:47 -07:00
Automatic class mapping update
This commit is contained in:
parent
1b9b4e7c0c
commit
8276f65314
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ public class ClassMap{
|
|||
classes.put("ConsumePowerDynamic", mindustry.world.consumers.ConsumePowerDynamic.class);
|
||||
classes.put("DrawArcSmelt", mindustry.world.draw.DrawArcSmelt.class);
|
||||
classes.put("DrawBlock", mindustry.world.draw.DrawBlock.class);
|
||||
classes.put("DrawBlockParts", mindustry.world.draw.DrawBlockParts.class);
|
||||
classes.put("DrawBlurSpin", mindustry.world.draw.DrawBlurSpin.class);
|
||||
classes.put("DrawBubbles", mindustry.world.draw.DrawBubbles.class);
|
||||
classes.put("DrawCells", mindustry.world.draw.DrawCells.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue