Exemple #1
0
 public void SetPlayerKnightConfig(ref KnightDataComponent component)
 {
     mBaseConfig           = component.BaseData;
     mBattleConfig         = component.BattleData;
     mMeansConfig          = component.MeansData;
     mAttainmentsConfig    = component.AttainmentsData;
     mAttainmentsMaxConfig = component.AttainmentsMaxData;
     mMeridianConfig       = component.MeridianData;
 }
Exemple #2
0
 public void InitProfileData(ref KnightDataComponent component)
 {
     mPlayerModel = new PlayerModel();
     mPlayerModel.SetPlayerKnightConfig(ref component);
 }