Files
2021-06-08 22:31:13 +02:00

15 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Akari.Prototype.Client
{
enum Mode
{
Encrypt,
Decrypt
}
}