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