SCHALE.GameServer/SCHALE.Common/FlatData/TBGVoiceCondition.cs

22 lines
376 B
C#
Raw Permalink Normal View History

2024-04-21 00:21:57 +00:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum TBGVoiceCondition : int
{
None = 0,
DiceResultSuccess = 1,
DiceResultFailBattle = 2,
DiceResultFailRandom = 3,
EnemyDie = 4,
TreasureBoxNormal = 5,
TreasureBoxSpecial = 6,
FacilityResult = 7,
};
}