mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
4 lines
89 B
C#
4 lines
89 B
C#
namespace MinecraftClient.Cache
|
|
{
|
|
public enum CacheType { NONE, MEMORY, DISK };
|
|
}
|