20 package net.sf.gridarta.model.mapmodel;
25 import org.jetbrains.annotations.NotNull;
40 mapSquare.addLast(gameObject);
static final long serialVersionUID
The serial version UID.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void insert(@NotNull final G gameObject, @NotNull final MapSquare< G, A, R > mapSquare)
Interface for MapArchObjects.