public void ClientSendUserData(Color color)
    {
        string json = JsonUtility.ToJson(color);

        Parsec.ClientSendUserData(0, json);
    }