finish the destructor

This commit is contained in:
Raoul Van den Berge
2015-12-24 20:23:39 +01:00
parent a5510f6b37
commit 84cf875356
11 changed files with 173 additions and 32 deletions

View File

@@ -29,6 +29,7 @@ public class StorageCraft
public static final int DETECTOR = 6;
public static final int SOLDERER = 7;
public static final int WIRELESS_TRANSMITTER = 8;
public static final int DESTRUCTOR = 9;
}
public static final String ID = "storagecraft";