2025-05-18 01:04:31 +08:00

54 lines
927 B
C#

// ***********************************************************************
// Assembly : Game
// Author : Kimch
// Created : 2021-04-17
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
// <copyright file= "RootWindow.View" company="Kunpo"></copyright>
// <summary></summary>
// ***********************************************************************
namespace G.UI
{
using System.Collections;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
///
/// </summary>
partial class RootWindow
{
#region Field
#endregion
#region Method
/// <summary>
///
/// </summary>
public void InitView()
{
}
/// <summary>
///
/// </summary>
public void RefreshView()
{
}
/// <summary>
///
/// </summary>
public void UpdateView()
{
}
#endregion
}
}