mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2024-11-25 07:42:58 +01:00
9 lines
159 B
C#
9 lines
159 B
C#
namespace Phantom.Common.Data.Replies;
|
|
|
|
public enum ConfigureInstanceResult {
|
|
Success,
|
|
AgentShuttingDown,
|
|
InstanceLimitExceeded,
|
|
MemoryLimitExceeded
|
|
}
|