fixed and cleaned code up

This commit is contained in:
2017-05-28 17:30:35 -05:00
parent b4a6bbbea3
commit a52e5fc0ed
12 changed files with 53 additions and 38 deletions

View File

@@ -0,0 +1,5 @@
package zero1hd.polyjet.entity;
public enum Entities {
Bar_Beat, Void_Circle;
}