12 lines
159 B
C#

namespace Oshima.Core.Constant
{
public enum ExploreResult
{
General,
Nothing,
Fight,
Earned,
Event
}
}