Inheritance: ModelBase
Exemple #1
0
        internal PracticeInfo(RawPracticeOpponentInfo rpRawData)
        {
            r_Current = this;

            Opponent = new PracticeOpponentInfo(rpRawData);
        }
Exemple #2
0
 static PracticeInfo()
 {
     ApiService.Subscribe("api_port/port", _ => r_Current = null);
 }
        internal PracticeInfo(RawPracticeOpponentInfo rpRawData)
        {
            r_Current = this;

            Opponent = new PracticeOpponentInfo(rpRawData);
        }
 static PracticeInfo()
 {
     SessionService.Instance.Subscribe("api_port/port", _ => r_Current = null);
 }
 static PracticeInfo()
 {
     ApiService.Subscribe("api_port/port", _ => r_Current = null);
 }
 static PracticeInfo()
 {
     SessionService.Instance.Subscribe("api_port/port", _ => r_Current = null);
 }