public void UpdatePlayerAttributes(Hashtable values) { if (LocalPlayer != null) { Dot.DeepCopy(values, LocalPlayer.Attributes); } SendGameCommand(Network.HostId, "playerattributes", values); }