JacobTech
106d0d6078
• A lot of work needs to be done to make sure this works. • I already know this push won't work, but it will build. • I need to come up with a new way of storing local info. This will also bee needed to fix the very broken key system in this rushed commit.
19 lines
271 B
C#
Executable File
19 lines
271 B
C#
Executable File
namespace Luski.net.Enums;
|
|
|
|
public enum DataType
|
|
{
|
|
Message_Create,
|
|
Status_Update,
|
|
Friend_Request_Result,
|
|
Friend_Request,
|
|
Change_Channel,
|
|
Join_Call,
|
|
Leave_Call,
|
|
Call_Info,
|
|
Call_Data,
|
|
Login,
|
|
Error,
|
|
Key_Exchange,
|
|
MAX
|
|
}
|