almost completed map load flow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele Scandura 2021-09-16 15:47:10 +01:00
parent 8c6df57fb1
commit e18cbb157c
5 changed files with 48 additions and 24 deletions

View file

@ -59,6 +59,7 @@ namespace Sledgemapper
public string CampaignName { get; set; }
public bool ShowCellNumbers { get; set; }
public Vector3 ViewportCenter { get; set; }
public string MapName { get; internal set; }
//public State()
//{