add /VMC/Ext/Set/Req receive in performer

This commit is contained in:
Cassandra de la Cruz-Munoz 2023-08-16 18:45:07 -04:00
parent a4e2cc5391
commit 89327b2963

View File

@ -72,6 +72,9 @@ namespace godotVmcSharp
case "/VMC/Ext/Set/Eye": case "/VMC/Ext/Set/Eye":
new VmcExtSetEye(m); new VmcExtSetEye(m);
break; break;
case "/VMC/Ext/Set/Req":
new VmcMessage(m.Address);
break;
case "/VMC/Ext/Light": case "/VMC/Ext/Light":
new VmcExtLight(m); new VmcExtLight(m);
break; break;