Exemplo n.º 1
0
		//clone constructor
		public PetPowerScrollListEntry( PetPowerScrollListEntry entry ) : base( entry )
		{
			_Skill = entry.Skill;
			_Value = entry.Value;
		}
Exemplo n.º 2
0
 //clone constructor
 public PetPowerScrollListEntry(PetPowerScrollListEntry entry) : base(entry)
 {
     _Skill = entry.Skill;
     _Value = entry.Value;
 }