feat: add combat and deleveling AI
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Client.Domain.Transports
|
||||
bool IsConnected();
|
||||
Task ConnectAsync();
|
||||
Task SendAsync(string data);
|
||||
Task StartReceiveAsync();
|
||||
Task ReceiveAsync();
|
||||
|
||||
public delegate void DelegateMessage(string args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user