mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Draw front lines on the react map.
https://github.com/dcs-liberation/dcs_liberation/issues/2039
This commit is contained in:
9
game/server/frontlines/models.py
Normal file
9
game/server/frontlines/models.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
from game.server.leaflet import LeafletPoint
|
||||
|
||||
|
||||
class FrontLineJs(BaseModel):
|
||||
extents: list[LeafletPoint]
|
||||
Reference in New Issue
Block a user