void Start()
 {
     curBullet  = maxBullet;
     textbullet = textbulletScript.Instance;
     bl         = true;
 }
Exemple #2
0
 void Awake()
 {
     Instance = this;
 }