// *********************************************************************** // Assembly : Game // Author : Kimch // Created : 2021-04-15 // Description : // Last Modified By : // Last Modified On : // *********************************************************************** // // // *********************************************************************** using System.Collections; using System.Collections.Generic; using F; using PureMVC.Interfaces; using UnityEngine; namespace G { /// /// 称号系统 /// public class TitleProxy : F.GameProxy { } }