using Milimoe.FunGame.Core.Controller; namespace Milimoe.FunGame.Core.Interface.Addons { public interface IAddonController where T : IAddon { public BaseAddonController Controller { get; set; } } }