コード例 #1
0
ファイル: Game.cs プロジェクト: Xeald86/blackJack
 public void RegisterListener(controller.PlayGame ctrl)
 {
     m_dealer.RegisterListener(ctrl);
 }