예제 #1
0
 private void OnEntityDeath(UnityEngine.MonoBehaviour entity, HitInfo hitinfo)
 {
     if (rustWeb != null)
     {
         rustWeb.OnEntityDeath(entity, hitinfo);
     }
 }