12345678910111213141516171819202122232425262728293031323334 |
- /***
- *
- * Title: "SUIFW" 技术研发项目
- * 主题: xxx
- * Description:
- * 功能:
- * Date: 2017
- * Version: 0.1版本
- * Modify Recoder:
- *
- *
- */
- using UnityEngine;
- using UnityEngine.UI;
- using System;
- using System.Collections.Generic;
- namespace SUIFW
- {
- public class Test2 : MonoBehaviour
- {
- void Awake()
- {
-
- }//Awake_end
- void Start()
- {
- }//Start_end
- }//Class_end
- }
|