mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
4 lines
89 B
C#
4 lines
89 B
C#
namespace MinecraftClient.Cache
|
|
{
|
|
public enum CacheType { NONE, MEMORY, DISK };
|
|
}
|