Skip to content

Commit

Permalink
Update ProtoActionType.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 authored Jan 11, 2024
1 parent 51238b3 commit 53217f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Enum/ProtoActionType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum ProtoActionTypeEnum
{
[XmlEnum("AutoGather")] [EnumMember(Value = "AutoGather")] AutoGather = 0,
[XmlEnum("Build")] [EnumMember(Value = "Build")] Build = 1,
[XmlEnum("Repair")] [EnumMember(Value = "Repair")] Repair = 2
[XmlEnum("Repair")] [EnumMember(Value = "Repair")] Repair = 2,
[XmlEnum("Magnet")] [EnumMember(Value = "Magnet")] Magnet = 3
}
}
}

0 comments on commit 53217f9

Please sign in to comment.