Mods + crash message for iOS/Android

This commit is contained in:
Anuken
2019-10-21 00:02:36 -04:00
parent 83b3bd9a2e
commit eb1d3c27c5
9 changed files with 90 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
package io.anuke.mindustry.input;
enum PlaceMode{
none, breaking, placing
none, breaking, placing, schematicSelect
}