/// <summary>
 /// Initializes a new instance of the <see cref="LogicResourcePackData"/> class.
 /// </summary>
 public LogicResourcePackData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicTeamGoalData"/> class.
 /// </summary>
 public LogicTeamGoalData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicCollectableData"/> class.
 /// </summary>
 public LogicCollectableData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
Пример #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicAllianceBadgeData"/> class.
 /// </summary>
 public LogicAllianceBadgeData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicBoosterData"/> class.
 /// </summary>
 public LogicBoosterData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicAchievementData"/> class.
 /// </summary>
 public LogicAchievementData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
Пример #7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicExperienceLevelData"/> class.
 /// </summary>
 public LogicExperienceLevelData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
Пример #8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicParticleEmitterData"/> class.
 /// </summary>
 public LogicParticleEmitterData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }
Пример #9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogicEnergyPackageData"/> class.
 /// </summary>
 public LogicEnergyPackageData(Row row, LogicDataTable dataTable) : base(row, dataTable)
 {
     LogicData.Load(this, this.GetType(), row);
 }