1
Fork 0

Add Player class

This commit is contained in:
Joshua Goins 2022-04-30 19:07:18 -04:00
parent f9e432b0f9
commit ffd69c2ddb

View file

@ -0,0 +1,6 @@
package com.redstrate.watersymbol;
public class Player {
public int positionX;
public int positionY;
}