コード例 #1
0
ファイル: BaseGamePhase.cs プロジェクト: gjh33/MafiaModerator
 public WaitForCompletion(BaseGamePhase phase)
 {
     this.phase = phase;
 }