コード例 #1
0
ファイル: ServerSessionBase.cs プロジェクト: lulzzz/Photon
 public void OnPostBuildEvent()
 {
     PostBuildEvent?.Invoke(this, EventArgs.Empty);
 }