C# Class SagaMap.Manager.PortalManager

Mostrar archivo Open project: Willyham/SagaRO2

Public Methods

Method Description
GetPortal ( byte toid, byte fromid ) : PortalInfo
Start ( string configFile ) : void

Private Methods

Method Description
AddPortal ( XmlNode portal ) : void

Method Details

GetPortal() public static method

public static GetPortal ( byte toid, byte fromid ) : PortalInfo
toid byte
fromid byte
return PortalInfo

Start() public static method

public static Start ( string configFile ) : void
configFile string
return void