コード例 #1
0
ファイル: Player.cs プロジェクト: Serpen/DotNetPoly
 protected void RaiseJail(eActionType pEvent)
 {
     Jail?.Invoke(this, pEvent);
 }