using Vintagestory.API.Common; namespace OrekiWoofsBees.Common; public interface IModEntity { public Mod? Mod { get; } }