initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Pulsar.Server.Enums
|
||||
{
|
||||
public enum TransferType
|
||||
{
|
||||
Upload,
|
||||
Download
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Pulsar.Server.Enums
|
||||
{
|
||||
public enum WordType
|
||||
{
|
||||
DWORD,
|
||||
QWORD
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user