20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
41 return obj.getBestName();
45 public int compare(@NotNull
final G o1, @NotNull
final G o2) {
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.