namespace Wonderking.Packets.Outgoing; public enum CharacterDeletionResponse : byte { Ok = 0, MakeClientStuck = 1, }