mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:57:22 +01:00
8 lines
No EOL
113 B
C#
8 lines
No EOL
113 B
C#
namespace MareSynchronos.MareConfiguration.Models;
|
|
|
|
public enum DownloadSpeeds
|
|
{
|
|
Bps,
|
|
KBps,
|
|
MBps
|
|
} |