Ejemplo n.º 1
0
 protected void Awake()
 {
     _instance = this;
     TimeCtrl();
 }
Ejemplo n.º 2
0
 public static RankCtrl GetInstance()
 {
     return(_instance ?? (_instance = new RankCtrl()));
 }