16 lines
230 B
C#
16 lines
230 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum CVExceptionTarget : int
|
||
|
{
|
||
|
CharacterId = 0,
|
||
|
SquadType = 1,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|