You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
[3.2] C#: Rewrite GodotTools messaging protocol
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace GodotTools.IdeMessaging
|
||||
{
|
||||
public interface IHandshake
|
||||
{
|
||||
string GetHandshakeLine(string identity);
|
||||
bool IsValidPeerHandshake(string handshake, out string identity, ILogger logger);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user