mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
fix: Add DeleteAllCookies to IMinecraftComHandler
Add DeleteAllCookies to IMinecraftComHandler
This commit is contained in:
commit
6a5b28b0bd
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ namespace MinecraftClient.Protocol
|
|||
void GetCookie(string key, out byte[]? data);
|
||||
void SetCookie(string key, byte[] data);
|
||||
void DeleteCookie(string key);
|
||||
void DeleteAllCookies();
|
||||
|
||||
void Transfer(string newHost, int newPort);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue