Esempio n. 1
0
 public CacheUnitPetEntry(UnitPetEntry entry)
     : base(entry.SnoId)
 {
     InternalName    = entry.InternalName;
     _objectType     = (PetTypes)entry.ObjectType;
     InteractRange   = entry.InteractRange;
     CollisionRadius = entry.CollisionRadius;
 }
Esempio n. 2
0
 public CacheUnitPetEntry(UnitPetEntry entry)
     : base(entry.SnoId)
 {
     InternalName = entry.InternalName;
     _objectType = (PetTypes)entry.ObjectType;
     InteractRange = entry.InteractRange;
     CollisionRadius = entry.CollisionRadius;
 }