Exemple #1
0
    void Receive(byte[] bytes)
    {
        DATA getData = new DATA(bytes);

        vector3 = getData.ToVector3();
    }