Exemple #1
0
 public void MakeMove(CubeMove move)
 {
     MakeMove(move.Side, move.Rotation);
 }
Exemple #2
0
 /// <summary>
 /// Raises the <see cref="MoveMade"/> event.
 /// </summary>
 protected virtual void OnMoveMade(CubeMove move)
 {
     MoveMade?.Invoke(this, move);
 }