Skip to content

Commit

Permalink
feat(game.world): MCTimeUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 26, 2022
1 parent 5a17f36 commit b5acdae
Showing 1 changed file with 5 additions and 0 deletions.
@@ -0,0 +1,5 @@
package org.auioc.mcmod.arnicalib.game.world;

public enum MCTimeUnit {
TICK, SECOND, REAL
}

0 comments on commit b5acdae

Please sign in to comment.