C# Class MegaMan.IO.Xml.Handlers.Commands.ConditionCommandXmlReader

Inheritance: ICommandXmlReader
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
ConditionCommandXmlReader ( HandlerCommandXmlReader commandReader ) : System
Load ( System.Xml.Linq.XElement node, string basePath ) : MegaMan.Common.SceneCommandInfo

Method Details

ConditionCommandXmlReader() public method

public ConditionCommandXmlReader ( HandlerCommandXmlReader commandReader ) : System
commandReader HandlerCommandXmlReader
return System

Load() public method

public Load ( System.Xml.Linq.XElement node, string basePath ) : MegaMan.Common.SceneCommandInfo
node System.Xml.Linq.XElement
basePath string
return MegaMan.Common.SceneCommandInfo