public void OnTouchStart(int cubeId1, int cubeId2)
 {
     interactions.AddInteraction((ushort)cubeId1, (ushort)cubeId2);
 }