ScriptHelper(テンプレート-template)


/*******************************************************************************
*     :v1.0.0
*      :#ScriptName#
*     :#NowTime#
*     :#Author#
*     :
*     :
* 
******************************************************************************/

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace #NameSpace#
{
	/// 
    ///      
    /// 
	public class #ScriptName# : MonoBehaviour
	{
		
	}
}