14 lines
189 B
C#
14 lines
189 B
C#
|
namespace MelonVPNCore
|
|||
|
{
|
|||
|
public enum ClientResponseState
|
|||
|
{
|
|||
|
Online,
|
|||
|
Offline,
|
|||
|
Error,
|
|||
|
ServerError,
|
|||
|
None,
|
|||
|
Blank,
|
|||
|
Sent
|
|||
|
}
|
|||
|
}
|