// ***********************************************************************
// Assembly : Game
// Author : #AUTHOR#
// Created : #DATE#
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
namespace #NAMESPACE#.UI
{
using UnityEngine;
using UnityEngine.UI;
///
///
///
partial class #SCRIPTNAME#
{
#region Auto Generate
#pragma warning disable CS0649 // 从未对字段赋值,字段将一直保持其默认值 null
#pragma warning restore CS0649 // 从未对字段赋值,字段将一直保持其默认值 null
#endregion
#region Field
#endregion
#region Method
///
///
///
public void InitView()
{
}
///
///
///
public void RefreshView()
{
}
///
///
///
public void UpdateView()
{
}
#endregion
}
}