Beispiel #1
0
 //when another player interacts with you.
 public void Interaction()
 {
     if (KOd)
     {
         if (item.ChangeRevives(-1))
         {
             Revive(0.3f);
             return;
         }
     }
 }