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