From d1f46b73a643c82d421254fc415029ca98b89d00 Mon Sep 17 00:00:00 2001 From: atlinx Date: Fri, 18 Oct 2024 22:31:23 -0400 Subject: [PATCH] Fix typo --- UnityTestGame/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityTestGame/README.md b/UnityTestGame/README.md index f28704f..0610e8d 100644 --- a/UnityTestGame/README.md +++ b/UnityTestGame/README.md @@ -29,7 +29,7 @@ using UnityEngine; using System.Collections; using static SaveData.GameResult; -public class GameManager : MonoBehavior +public class GameManager : MonoBehaviour { // Get a reference to the MiniGameManager // Can drag-and-drop in the MiniGameManager from the inspector