Remove unused SaveTime/LoadTime from Scene

This commit is contained in:
Wojtek Figat
2024-01-28 20:28:29 +01:00
parent 2a70d0c011
commit ecf593e7a4
3 changed files with 0 additions and 16 deletions

View File

@@ -32,16 +32,6 @@ public:
/// </summary>
SceneInfo Info;
/// <summary>
/// The last load time.
/// </summary>
DateTime LoadTime;
/// <summary>
/// The last save time.
/// </summary>
DateTime SaveTime;
/// <summary>
/// The scene rendering manager.
/// </summary>