Exemplo n.º 1
0
 void Start()
 {
     Debug.Log(ReflectiveCopy.Print(data));
 }
 void Start()
 {
     _copy = new ReflectiveCopy <Data, Data> (data0, data1);
 }