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

Inheritance: ICommandXmlWriter
Mostrar archivo Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
NextCommandXmlWriter ( HandlerTransferXmlWriter transferWriter ) : System
Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void

Method Details

NextCommandXmlWriter() public method

public NextCommandXmlWriter ( HandlerTransferXmlWriter transferWriter ) : System
transferWriter HandlerTransferXmlWriter
return System

Write() public method

public Write ( MegaMan.Common.SceneCommandInfo info, XmlWriter writer ) : void
info MegaMan.Common.SceneCommandInfo
writer System.Xml.XmlWriter
return void