Update User Model and Integrate new Sessions

This commit is contained in:
luke-else
2021-11-07 22:08:46 +00:00
parent c5f0478e08
commit 1ac94a533f
2 changed files with 31 additions and 16 deletions

View File

@ -26,14 +26,5 @@ namespace EFB.Models
//Contains the most recently stored position of the user in the simulator
public object SimPosition { get; set; } = null;
}
}