using System.Collections;
using System.Collections.Generic;
using UnityEngine;
//Author: SkyAllen Email: 894982165@qq.com Website: www.ytn0.com
    #ROOTNAMESPACEBEGIN#
public class #SCRIPTNAME# : MonoBehaviour
{
    
    void Start()
    {
        #NOTRIM#
    }

    
    void Update()
    {
        #NOTRIM#
    }
}
#ROOTNAMESPACEEND#
