Fix class naming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
public class Game : MonoBehaviour
|
||||
public class GamePlayer : MonoBehaviour
|
||||
{
|
||||
private readonly float spawnRate = 1f;
|
||||
private float nextSpawnTime;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class PauseMenu : MonoBehaviour
|
||||
public class GamePlayerPauseMenu : MonoBehaviour
|
||||
{
|
||||
public Button backButton;
|
||||
public Button continueButton;
|
||||
|
||||
Reference in New Issue
Block a user