C# Class Sakuno.KanColle.Amatsukaze.Game.Parsers.ApiParserManager

Mostra file Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Public Methods

Method Description
Process ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession ) : void

Private Methods

Method Description
ApiParserManager ( ) : Newtonsoft.Json.Linq
GetParser ( string rpApi ) : ApiParserBase
HandleException ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession, Exception rException ) : void
ProcessCore ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession ) : void

Method Details

Process() public static method

public static Process ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession ) : void
rpSession Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession
return void