RAGECOOP-V/Client/Entities/EntitiesNPC.cs

8 lines
144 B
C#
Raw Normal View History

2021-07-07 13:36:25 +02:00
namespace CoopClient.Entities
{
public class EntitiesNpc : EntitiesPed
{
public int LastUpdateReceived { get; set; }
}
}