示例#1
0
 void Start()
 {
     bulletsPond = Ponds.getBulletsPond();
 }
示例#2
0
 void Awake()
 {
     bulletsPond = Ponds.getBulletsPond();
 }
示例#3
0
 void Start()
 {
     bulletParent = GameObject.Find("EnemyController");
     bulletsPond  = Ponds.getBulletsPond();
 }
示例#4
0
 void Start()
 {
     body        = GetComponent <Rigidbody2D>();
     bulletsPond = Ponds.getBulletsPond();
 }