Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 authored Sep 13, 2024
1 parent 84ff103 commit e1f4963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Enum/CharacterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public enum CharacterTypeEnum : byte
[XmlEnum("cCharTypeNormal")] [EnumMember(Value = "cCharTypeNormal")] Normal = 1,
[XmlEnum("cCharTypeSkipTutorial")] [EnumMember(Value = "cCharTypeSkipTutorial")] SkipTutorial = 2,
[XmlEnum("cCharTypePro")] [EnumMember(Value = "cCharTypePro")] Pro = 3,
[XmlEnum("cCharTypeFullLvl40 ")][EnumMember(Value = "cCharTypeFullLvl40 ")] FullLvl40 = 4,
[XmlEnum("cCharTypeFullLvl40")][EnumMember(Value = "cCharTypeFullLvl40")] FullLvl40 = 4,
}
}
}

0 comments on commit e1f4963

Please sign in to comment.