7 lines
126 B
C#
7 lines
126 B
C#
namespace Wonderking.Packets.Outgoing;
|
|
|
|
public enum CharacterDeletionResponse : byte
|
|
{
|
|
Ok = 0,
|
|
MakeClientStuck = 1,
|
|
}
|