RiftMayhem/Assets/Scripts/SaveData/PlayerProgressData.cs

15 lines
175 B
C#

using System.Collections;
using System.Collections.Generic;
[System.Serializable]
public class PlayerProgressData
{
}
public enum HiddenMapZone
{
SunMap,
MoonMap
}