We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc30d68 commit 70e17eaCopy full SHA for 70e17ea
pom.xml
@@ -6,7 +6,7 @@
6
<modelVersion>4.0.0</modelVersion>
7
<groupId>info.xiaomo</groupId>
8
<artifactId>g-engine</artifactId>
9
- <version>3.1.1</version>
+ <version>3.1.3</version>
10
11
<properties>
12
<maven.compiler.source>1.8</maven.compiler.source>
src/main/java/info/xiaomo/gengine/struct/Bits.java
@@ -1,4 +1,4 @@
1
-package com.jzy.game.engine.struct;
+package info.xiaomo.gengine.struct;
2
3
/**
4
* A bitset, without size limitation, allows comparison via bitwise operators to other bitfields.
0 commit comments