9 lines
111 B
C#
9 lines
111 B
C#
namespace Pulsar.Server.Enums
|
|
{
|
|
public enum TransferType
|
|
{
|
|
Upload,
|
|
Download
|
|
}
|
|
}
|