using Plugins.CxShine.Singleton; namespace UI.Hall { public class UserManager : ScriptSingleton<UserManager> { public int PlayerId; } }