forked from Raphael/SCHALE.GameServer
20 lines
278 B
C#
20 lines
278 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum WeekDungeonType : int
|
||
|
{
|
||
|
None = 0,
|
||
|
ChaserA = 1,
|
||
|
ChaserB = 2,
|
||
|
ChaserC = 3,
|
||
|
FindGift = 4,
|
||
|
Blood = 5,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|