Add Player class
This commit is contained in:
parent
f9e432b0f9
commit
ffd69c2ddb
1 changed files with 6 additions and 0 deletions
6
core/src/com/redstrate/watersymbol/Player.java
Normal file
6
core/src/com/redstrate/watersymbol/Player.java
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
package com.redstrate.watersymbol;
|
||||||
|
|
||||||
|
public class Player {
|
||||||
|
public int positionX;
|
||||||
|
public int positionY;
|
||||||
|
}
|
Reference in a new issue