From 385fc76e365d767b0b8a9e654706065bf07042ff Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 14 Nov 2022 18:23:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=83=95=E3=83=A2=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=82=A8=E3=83=A9=E3=83=BC=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scripts/GameDataObserver.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scripts/GameDataObserver.cs b/popcorn/Assets/MyGame/Scripts/GameDataObserver.cs index 962ebc8a..4a3fe40a 100644 --- a/popcorn/Assets/MyGame/Scripts/GameDataObserver.cs +++ b/popcorn/Assets/MyGame/Scripts/GameDataObserver.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.Linq; +using MyGame.Scripts; using UniRx; using UnityEngine; using UnityEngine.SceneManagement;