using Milimoe.FunGame.Core.Controller; namespace Milimoe.FunGame.Core.Interface.Addons { public interface IAddonController { public AddonController Controller { get; set; } } }