C# Class StonehearthEditor.EncounterDesignerView.CloneDialogCallback

Inheritance: InputDialog.IDialogCallback
Exibir arquivo Open project: stonehearth/stonehearth-editor

Public Methods

Method Description
CloneDialogCallback ( IGraphOwner viewer, GameMasterNode node ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

Method Details

CloneDialogCallback() public method

public CloneDialogCallback ( IGraphOwner viewer, GameMasterNode node ) : System
viewer IGraphOwner
node GameMasterNode
return System

OnAccept() public method

public OnAccept ( string inputMessage ) : bool
inputMessage string
return bool

OnCancelled() public method

public OnCancelled ( ) : void
return void