Skip to content

Commit

Permalink
feat(api): shape enum
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Aug 11, 2022
1 parent 10285d6 commit f9a6ac1
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
package org.auioc.mcmod.arnicalib.api.game.phys;

public enum Shape {
LINE, //
POLYGON, CIRCLE, //
CUBOID
}

0 comments on commit f9a6ac1

Please sign in to comment.