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

Afficher le fichier Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Méthodes publiques

Méthode Description
Process ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession ) : void

Private Methods

Méthode 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 méthode

public static Process ( Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession rpSession ) : void
rpSession Sakuno.KanColle.Amatsukaze.Game.Proxy.ApiSession
Résultat void