forked from Raphael/SCHALE.GameServer
25 lines
375 B
C#
25 lines
375 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum Geas : int
|
||
|
{
|
||
|
ForwardProjectile = 0,
|
||
|
DiagonalProjectile = 1,
|
||
|
SideProjectile = 2,
|
||
|
Pierce = 3,
|
||
|
Reflect = 4,
|
||
|
Burn = 5,
|
||
|
Chill = 6,
|
||
|
AttackPower = 7,
|
||
|
AttackSpeed = 8,
|
||
|
Critical = 9,
|
||
|
Heal = 10,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|