forked from Raphael/SCHALE.GameServer
28 lines
427 B
C#
28 lines
427 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,
|
|
MoveSpeed = 11,
|
|
LifeSteal = 12,
|
|
Evasion = 13,
|
|
};
|
|
|
|
|
|
}
|