Exemplo n.º 1
0
 public void OnGrab()
 {
     if (NetGame.isServer)
     {
         Human    human    = GrabManager.GrabbedBy(base.gameObject);
         CSteamID cSteamID = (CSteamID)human.player.host.connection;
         userId = cSteamID.m_SteamID;
     }
 }