public void removeTarget(MorphTarget target)
 {
     EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "removeTarget" }, target
     }
         );
 }
Beispiel #2
0
 public async ValueTask removeTarget(MorphTarget target)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "removeTarget" }, target
     }
         );
 }