Exemplo n.º 1
0
 public void DeselectPiece()
 {
     flickObj.SetActive(false);
     if (!_gObj)
     {
         return;
     }
     if (_objectBehaviour)
     {
         _objectBehaviour.DisableBehaviour();
     }
     _gObj = null;
 }