8 lines
126 B
C#
8 lines
126 B
C#
using Vintagestory.API.Common;
|
|
|
|
namespace OrekiWoofsBees.Common;
|
|
|
|
public interface IModEntity
|
|
{
|
|
public Mod? Mod { get; }
|
|
} |