mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Add DeleteAllCookies to IMinecraftComHandler
Add missing interface method declaration to fix CS1061.
This commit is contained in:
parent
133c340381
commit
39de406e9d
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