Luski.Net/Luski.net/Enums/StorageDirectory.cs

15 lines
226 B
C#
Raw Permalink Normal View History

namespace Luski.net.Enums;
public enum StorageDirectory : byte
{
ServerInfo,
ServerAssets,
ChannelKeys,
ServerKeys,
Avatars,
ChannelIcons,
Messages,
StorageInfo,
2024-03-20 23:18:34 -04:00
Files,
ProfileAvatars
}