Exemplo n.º 1
0
 /// <summary>
 /// Update killed time on killed pet
 /// </summary>
 public void UpdateKilledTime(PetObject pet)
 {
     // s_Log.InfoFormat("update killed time on pet = {0}".Color(LogColor.orange), CommonUtils.SecondsFrom1970());
     var info = m_PetInfoCollection.GetPet(pet.nebulaObject.Id);
     info.SetKilledTime(CommonUtils.SecondsFrom1970());
 }