15 lines
226 B
C#
15 lines
226 B
C#
namespace Luski.net.Enums;
|
|
|
|
public enum StorageDirectory : byte
|
|
{
|
|
ServerInfo,
|
|
ServerAssets,
|
|
ChannelKeys,
|
|
ServerKeys,
|
|
Avatars,
|
|
ChannelIcons,
|
|
Messages,
|
|
StorageInfo,
|
|
Files,
|
|
ProfileAvatars
|
|
} |