This website requires JavaScript.
Explore
Help
Register
Sign In
JacobTech.com
/
Luski.Net
Watch
3
Star
1
Fork
0
You've already forked Luski.Net
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dev
Luski.Net
/
Luski.net
/
Enums
/
CacheMode.cs
8 lines
101 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
Server Separation. I moved the two server types to their own classes to prevent API calls to a server, not of that type.
2023-07-08 09:06:13 -04:00
namespace
Luski.net.Enums
;
Better Storage. The example library now has better storage for local information and cache.
2023-07-10 07:35:05 -04:00
public
enum
CacheMode
:
byte
Server Separation. I moved the two server types to their own classes to prevent API calls to a server, not of that type.
2023-07-08 09:06:13 -04:00
{
None
,
Encrypted
,
Unencrypted
}
Reference in New Issue
Copy Permalink