/// <summary> /// Getting the index from the client's GUID /// </summary> public uint GetIndexFromGUID(ulong guid) { if (peer == null) { return(0); } return(peer.GetIndexFromGUID(guid)); }