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