namespace Funique
{
///
/// Module base interface, This will open access the register configuration
/// ------------------------------------------------
/// 模組基礎類, 這會公開存取註冊的配置結構
///
///
public interface IModuleBase
{
///
/// Config structure target
/// ------------------------------------------------
/// 配置結構目標
///
T config { get; }
}
}