RAGECOOP-V/Client/Entities/EntitiesNPC.cs
2021-11-28 23:35:37 +01:00

11 lines
193 B
C#

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