mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-21 07:27:36 +08:00
10 lines
243 B
JavaScript
10 lines
243 B
JavaScript
/*
|
|
* @Author: dgflash
|
|
* @Date: 2022-06-14 19:32:16
|
|
* @LastEditors: dgflash
|
|
* @LastEditTime: 2022-06-14 19:41:18
|
|
*/
|
|
"use strict";
|
|
module.exports = {
|
|
description: "Oops-Framework 基于 Cocos Creator 3.x 开发的一款游戏框架"
|
|
}; |