public EntityPlacement(Player player, CellPoint cellPoint, Type entityType) { Player = player; CellPoint = cellPoint; EntityType = entityType; }
public EntityBlock(CellPoint offset, params EntityPlacement[] entityPlacements) { EntityPlacements = entityPlacements; Offset = offset; }