This commit is contained in:
CortexCore
2025-04-14 15:39:24 +08:00
parent 5fceb6f885
commit 3f9d9f19ce
50 changed files with 683 additions and 41 deletions

View File

@@ -8,7 +8,8 @@ namespace Project.B.Map
public string MapName { get; }
public string Author { get; }
public string Description { get; }
public object Overview { get; }
public object MapOverview { get; }
public object LoadingScreen { get; }
public string MapAddress { get; }
}
}