20 package net.sf.gridarta.model.mapmodel;
22 import java.io.Serializable;
26 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
Reflects a game object (object on a map).
void insert(@NotNull G gameObject, @NotNull MapSquare< G, A, R > mapSquare)
Inserts a GameObject into a MapSquare.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.