Start of asset handles

This commit is contained in:
Simon Lübeß
2023-03-13 20:35:30 +01:00
parent ad14c9f6ed
commit c22d122921
10 changed files with 370 additions and 60 deletions
+2
View File
@@ -34,6 +34,8 @@ namespace GlitchyEngine
public bool IsMinimized => _isMinimized;
public GameTime GameTime => _gameTime;
[Inline]
public static Application Get() => s_Instance;