20 package net.sf.gridarta.model.validation.errors;
22 import java.io.Serializable;
23 import java.util.Comparator;
27 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.