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