mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-03 15:34:06 +02:00
10 lines
186 B
C#
10 lines
186 B
C#
namespace Phantom.Common.Data.Replies;
|
|
|
|
public enum InstanceActionGeneralResult : byte {
|
|
None,
|
|
AgentDoesNotExist,
|
|
AgentShuttingDown,
|
|
AgentIsNotResponding,
|
|
InstanceDoesNotExist
|
|
}
|