2020-02-14 14:48:29 +01:00

7 lines
131 B
Java

package inf101.v18.connectfour.objects;
/**
* An object representing an empty tile.
*/
public class Empty extends GameObject {}