Files
PulsarK-main/Pulsar.Server/Enums/TransferType.cs
T

9 lines
111 B
C#
Raw Normal View History

2026-08-27 10:57:58 -06:00
namespace Pulsar.Server.Enums
{
public enum TransferType
{
Upload,
Download
}
}