RAGECOOP-V/Client/Entities/EntitiesNPC.cs
2021-08-13 15:20:26 +02:00

8 lines
146 B
C#

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