namespace DragonDataSniffer.Chat { public enum CommandStatus : byte { Done, NotFound, Error } }