Example #1
0
 void Awake()
 {
     instance = this;
     count    = 20;
     setCountText();
     if (count == 0)
     {
     }
 }
Example #2
0
 void Start()
 {
     healthCounter = healthCounter.instance;
 }