21 lines
311 B
C#
21 lines
311 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum DreamMakerEndingCondition : int
|
|
{
|
|
None_ = 0,
|
|
Param01 = 1,
|
|
Param02 = 2,
|
|
Param03 = 3,
|
|
Param04 = 4,
|
|
Round = 5,
|
|
CollectionCount = 6,
|
|
};
|
|
|
|
|
|
}
|