Example #1
0
 protected void Awake()
 {
     _instance = this;
     TimeCtrl();
 }
Example #2
0
 public static RankCtrl GetInstance()
 {
     return(_instance ?? (_instance = new RankCtrl()));
 }