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