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