RAGECOOP-V/Client/Entities/EntitiesNPC.cs
2021-07-07 13:36:25 +02:00

8 lines
144 B
C#

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