コード例 #1
0
ファイル: RoundManager.cs プロジェクト: zhangfaquan/IBLUEIT
 protected virtual void EnablePlayerFlow(bool hasPlayed)
 {
     AuthorizePlayerFlowEvent?.Invoke(hasPlayed);
 }
コード例 #2
0
 //Sending Event Area
 protected virtual void EnablePlayerFlow(bool hasPlayed, int roundNumber)
 {
     AuthorizePlayerFlowEvent?.Invoke(hasPlayed, roundNumber);
     resetsliderpico = true;  //add 21/10/19
 }