mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Hide obsolete Application.Get()
This commit is contained in:
@@ -42,7 +42,7 @@ namespace GlitchyEngine
|
||||
|
||||
public GameTime GameTime => _gameTime;
|
||||
|
||||
[Inline, Obsolete("Use Application.Instance instead.", false)]
|
||||
[Inline, Obsolete("Use Application.Instance instead.", false), NoShow]
|
||||
public static Application Get() => s_Instance;
|
||||
|
||||
public static Application Instance => s_Instance;
|
||||
|
||||
Reference in New Issue
Block a user