forked from Oshima-Studios/OshimaGameModule
12 lines
159 B
C#
12 lines
159 B
C#
namespace Oshima.Core.Constant
|
|
{
|
|
public enum ExploreResult
|
|
{
|
|
General,
|
|
Nothing,
|
|
Fight,
|
|
Earned,
|
|
Event
|
|
}
|
|
}
|