仓库中添加内置的demo

This commit is contained in:
gongxh
2025-07-28 14:26:19 +08:00
parent 43446f031d
commit 65be0498cc
414 changed files with 14456 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/**
* @Author: Gongxh
* @Date: 2025-01-15
* @Description:
*/
import * as cc from "cc";
import * as fgui from "fairygui-cc";
import * as kunpo from "kunpocc";
import * as KunpoAssets from "kunpocc-assets";
import * as protoRoot from './Socket/proto/proto.js';
type ProtoType = typeof protoRoot;
const proto = (protoRoot["default"] || protoRoot) as ProtoType;
export const protocol = proto.com.kunpo.proto;
export { cc, fgui, kunpo, KunpoAssets };