Luski.Net/Luski.net/Enums/CacheMode.cs
JacobTech c3bb39b21b Better Storage.
The example library now has better storage for local information and cache.
2023-07-10 07:35:05 -04:00

8 lines
101 B
C#

namespace Luski.net.Enums;
public enum CacheMode : byte
{
None,
Encrypted,
Unencrypted
}