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

Inheritance: SingleApiSubscription
Exibir arquivo Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Public Methods

Method Description
SingleApiBeforeProcessStartedSubscription ( string api, Action action ) : Sakuno.KanColle.Amatsukaze.Game.Services

Protected Methods

Method Description
Subscribe ( ) : void
Unsubscribe ( ) : void

Method Details

SingleApiBeforeProcessStartedSubscription() public method

public SingleApiBeforeProcessStartedSubscription ( string api, Action action ) : Sakuno.KanColle.Amatsukaze.Game.Services
api string
action Action
return Sakuno.KanColle.Amatsukaze.Game.Services

Subscribe() protected method

protected Subscribe ( ) : void
return void

Unsubscribe() protected method

protected Unsubscribe ( ) : void
return void