コード例 #1
0
 public void ToggleShuffleLegacy()
 {
     _mockPlayerState.SetShuffle(!_mockPlayerState.GetShuffle());
 }