diff --git a/VmcMessages/VmcExtRemote.cs b/VmcMessages/VmcExtRemote.cs index f50918f..131a9ad 100644 --- a/VmcMessages/VmcExtRemote.cs +++ b/VmcMessages/VmcExtRemote.cs @@ -46,5 +46,11 @@ namespace godotVmcSharp service = (string)m.Data[0].Value; json = (string)m.Data[1].Value; } + + public VmcExtRemote(string _service, string _json) : base(new godotOscSharp.Address("/VMC/Ext/Remote")) + { + service = _service; + json = _json; + } } } \ No newline at end of file