forked from project-redbud/FunGame-Core
10 lines
201 B
C#
10 lines
201 B
C#
using Milimoe.FunGame.Core.Controller;
|
|
|
|
namespace Milimoe.FunGame.Core.Interface.Addons
|
|
{
|
|
public interface IAddonController
|
|
{
|
|
public AddonController Controller { get; set; }
|
|
}
|
|
}
|