Files
reallife-gamemode/ReallifeGamemode.Server.Core.API/IBlip.cs
2020-03-29 13:58:50 +02:00

11 lines
161 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Core.API
{
public interface IBlip : IEntity
{
}
}