fix: Warning Fix

This commit is contained in:
Syntriax 2024-01-30 12:53:21 +03:00
parent 283556d329
commit fe4618abd3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class GamePong : Game
public static GameManager gameManager = null!;
private MonoGameCameraBehaviour cameraBehaviour = null!;
private PongManager pongManager;
private PongManager pongManager = null!;
public GamePong()
{