using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//*****************************************
//创建人: xxxx
//功能说明:
//*****************************************
#ROOTNAMESPACEBEGIN#
public class #SCRIPTNAME# : MonoBehaviour
{
void Start()
{
}
void Update()
{
}
}
#ROOTNAMESPACEEND#