Sakuno.KanColle.Amatsukaze.Game.Models.PracticeInfo.PracticeInfo C# (CSharp) Méthode

PracticeInfo() static private méthode

static private PracticeInfo ( ) : Sakuno.KanColle.Amatsukaze.Game.Models.Battle
Résultat Sakuno.KanColle.Amatsukaze.Game.Models.Battle
        static PracticeInfo()
        {
            ApiService.Subscribe("api_port/port", _ => r_Current = null);
        }
        internal PracticeInfo(RawPracticeOpponentInfo rpRawData)

Same methods

PracticeInfo::PracticeInfo ( RawPracticeOpponentInfo rpRawData ) : Sakuno.KanColle.Amatsukaze.Game.Models.Battle
PracticeInfo