Exemple #1
0
 public static void SupplyDropPlane_TargetReached(SupplyDropPlane hook)
 {
     object[] args = new object[]
     {
         hook
     };
     Method.Invoke("RustExtended.RustHook.SupplyDropPlane_TargetReached", args);
 }
Exemple #2
0
 public static void SupplyDropPlane_DoNetwork(SupplyDropPlane hook)
 {
     object[] args = new object[]
     {
         hook
     };
     Method.Invoke("RustExtended.RustHook.SupplyDropPlane_DoNetwork", args);
 }