Menu基本完成
This commit is contained in:
13
Assets/Scripts/Saving/SongStatusSave.cs
Normal file
13
Assets/Scripts/Saving/SongStatusSave.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.RhythmGame
|
||||
{
|
||||
public class SongStatusSave
|
||||
{
|
||||
public bool isCompleted;
|
||||
public string additionalInfo;
|
||||
public Dictionary<string, BeatmapSave> beatmapSaves;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user