24 lines
374 B
C#
24 lines
374 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum FieldConditionType : int
|
|
{
|
|
Invalid = 0,
|
|
Interaction = 1,
|
|
QuestInProgress = 2,
|
|
QuestClear = 3,
|
|
Date = 4,
|
|
StageClear = 5,
|
|
HasKeyword = 6,
|
|
HasEvidence = 7,
|
|
OpenDate = 8,
|
|
OpenDateAfter = 9,
|
|
};
|
|
|
|
|
|
}
|