using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// PlayerPrefs 키값 관리 클래스 /// public class PlayerPrefsManager { public const string MODE = "mode"; }