예제 #1
0
파일: Table.cs 프로젝트: Suprndm/pokora
 private Player SetupDealer()
 {
     _dealerIndex = StaticRandom.Rand(SeatsCount);
     _notifier.DealerPlaced(Players[_dealerIndex].Name);
     return(Players[_dealerIndex]);
 }