Big project cleanup with overhaul of file responsibilities (KISS) and code (DRY, YAGNI)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class ScriptConnection
|
||||
{
|
||||
public string FromNodeId;
|
||||
public int FromPort;
|
||||
public string ToNodeId;
|
||||
public int ToPort;
|
||||
}
|
||||
Reference in New Issue
Block a user