Ejemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
     BulletMgr.CreateMgr();
 }
Ejemplo n.º 2
0
 public void SetParentMgr(BulletMgr mgr)
 {
     m_parentMgr = mgr;
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     bulletMgr = GameObject.Find("BulletMgr").GetComponent <BulletMgr>();
 }