using UnityEngine; using System.Collections; using System; namespace Thousandto.CoreSDK { public class FuncellSDKDefault : FuncellSDK { protected override void CallFunc(RequestOptType funcType, params string[] args) { } } }