namespace CoopClient.Entities { public class EntitiesNpc : EntitiesPed { public int LastUpdateReceived { get; set; } } }