fix: Warning Fix
This commit is contained in:
parent
283556d329
commit
fe4618abd3
|
@ -23,7 +23,7 @@ public class GamePong : Game
|
||||||
public static GameManager gameManager = null!;
|
public static GameManager gameManager = null!;
|
||||||
|
|
||||||
private MonoGameCameraBehaviour cameraBehaviour = null!;
|
private MonoGameCameraBehaviour cameraBehaviour = null!;
|
||||||
private PongManager pongManager;
|
private PongManager pongManager = null!;
|
||||||
|
|
||||||
public GamePong()
|
public GamePong()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue