15 lines
175 B
C#
15 lines
175 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
[System.Serializable]
|
|
public class PlayerProgressData
|
|
{
|
|
|
|
}
|
|
|
|
|
|
public enum HiddenMapZone
|
|
{
|
|
SunMap,
|
|
MoonMap
|
|
} |