コード例 #1
0
 private void OnPlayerSpawn(BasePlayer player)
 {
     if (rustWeb != null)
     {
         rustWeb.OnPlayerSpawn(player);
     }
 }