2017-08-18 21:01:11 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace SockScape {
|
|
|
|
|
public enum kInterMasterId {
|
|
|
|
|
KeyExchange = 1,
|
|
|
|
|
LoginAttempt,
|
2017-09-06 20:59:38 +00:00
|
|
|
|
RegistrationAttempt,
|
|
|
|
|
ServerListing
|
2017-08-18 21:01:11 +00:00
|
|
|
|
}
|
|
|
|
|
}
|