コード例 #1
0
 void RunReroll()
 {
     if (_lockHandler.isLocked)
     {
         _lockHandler.OnClick();
     }
     _containerHandler.Reroll();
 }