You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,7 +76,10 @@ public class MyGameClass : Game
70
76
publicnewstaticMyGameClassInstance=>myInstance??thrownewNullReferenceException("Instance is not initialized! You need to create a MyGameClass instance before accessing this property!");
//Gives you static access to the instance of MyGameClass - If you do not need/want this, you can remove it.
75
80
publicnewstaticMyGameClassInstance=>myInstance??thrownewNullReferenceException("Instance is not initialized! You need to create a MyGameClass instance before accessing this property!");
0 commit comments