We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d197a84 commit 9432a80Copy full SHA for 9432a80
1 file changed
Mithosis/src/core/model/StaticGameObject.java
@@ -6,7 +6,7 @@
6
* Created by rajabzz on 2/3/15.
7
*/
8
public class StaticGameObject extends GameObject {
9
- public static final String NAME = "static";
+ public static final String NAME = "statics";
10
11
private int turn;
12
0 commit comments