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