// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum ProjectileAction : int { None = 0, Damage = 1, Heal = 2, }; }