Files
2020-03-09 20:56:51 +01:00

12 lines
164 B
C#

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