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