コード例 #1
0
ファイル: BaseDialog.cs プロジェクト: wert007/StealthyGame
 protected DialogManager GetManager()
 {
     return(DialogManager.GetByDialog(this));
 }