Move SessionToken.cs

This commit is contained in:
ORelio 2018-05-25 20:27:31 +02:00
parent a75710b501
commit 143fcf7155
8 changed files with 30 additions and 13 deletions

View file

@ -6,7 +6,7 @@ using MinecraftClient.Protocol;
using System.Reflection;
using System.Threading;
using MinecraftClient.Protocol.Handlers.Forge;
using MinecraftClient.Protocol.SessionCache;
using MinecraftClient.Protocol.Session;
using MinecraftClient.WinAPI;
namespace MinecraftClient