예제 #1
0
 public void Start()
 {
     if (!isEnabled)
     {
         return;
     }
     instance = this;
     Configure();
 }
예제 #2
0
 public void Awake()
 {
     instance = this;
     Configure();
 }
예제 #3
0
        protected override void Start()
        {
            base.Start();

            ValionLog.Info("test log");
        }
예제 #4
0
 public void Awake ()
 {
   instance = this;
   Configure();
 }