10 lines
285 B
TypeScript
10 lines
285 B
TypeScript
import type { PlayerMarker } from "@/types/Leaflet";
|
|
|
|
export const playerPosition: PlayerMarker = {
|
|
markerCoords: {
|
|
y: -57.83673,
|
|
x: 162.05197
|
|
},
|
|
title: "L'Éclipse",
|
|
description: "Tara Belyus, Vascylly et Adol Sulvan livrent 3 condamnés à Handany."
|
|
} |