This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
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 TBGProbModifyCondition : int
|
|
|
|
{
|
2024-12-29 16:52:25 +00:00
|
|
|
None_ = 0,
|
2024-04-21 00:21:57 +00:00
|
|
|
AllyRevive = 1,
|
|
|
|
DicePlayFail = 2,
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|