Add map admin feature.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2025-12-10 15:37:20 +01:00
parent db98fbede7
commit 2b09126650
26 changed files with 1214 additions and 32 deletions

View file

@ -2,7 +2,7 @@ package com.pixelized.shared.lwa.model.map
data class Map(
val id: String,
val name : String,
val name: String,
val camera: Camera,
val size: Size,
val resources: List<Resource>,

View file

@ -18,6 +18,7 @@ data class APIResponse<T>(
InventoryId,
ItemName,
CharacterSheetId,
MapId,
Create,
Active,
Equip,