Skip to content

Commit

Permalink
Update ProtoActionName.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 authored Jan 11, 2024
1 parent dd5f778 commit 4fd6035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Enum/ProtoActionName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public enum ProtoActionNameEnum
[XmlEnum("AreaHeal")] [EnumMember(Value = "AreaHeal")] AreaHeal = 21,
[XmlEnum("RangedAttack2")] [EnumMember(Value = "RangedAttack2")] RangedAttack2 = 22,
[XmlEnum("Convert2")] [EnumMember(Value = "Convert2")] Convert2 = 23,
[XmlEnum("ShrineGather")] [EnumMember(Value = "ShrineGather")] ShrineGather = 24
[XmlEnum("ShrineGather")] [EnumMember(Value = "ShrineGather")] ShrineGather = 24,
[XmlEnum("Magnet")] [EnumMember(Value = "Magnet")] ShrineGather = 25
}
}

0 comments on commit 4fd6035

Please sign in to comment.