SoftwareEngineering/src/labwork8/GameWorldComponent.java

8 lines
189 B
Java

package labwork8;
/**
* The GameWorldComponent interface is a marker interface indicating that a class can be part of the GameWorld composite.
*/
public interface GameWorldComponent {
}