protected void Awake() { _instance = this; TimeCtrl(); }
public static RankCtrl GetInstance() { return(_instance ?? (_instance = new RankCtrl())); }