void RayMessag(int numb) { Debug.Log("odbieram"); //Debug.Log(numb); CubeObserver.FindAndHide(numb); }
public CubeAcumulator(int ident, GameObject gobek, CubeObserver cubOb) { id = ident; gob = gobek; cO = cubOb; }