Ejemplo n.º 1
0
    // ------------------------------------------------------------------
    public void InitBullet(GameObject Obj, AIEnemy pAI, EnemyBewitch pBewitch)
    {
        ObjTarget  = Obj;
        pMaster    = pAI;
        pAIBewitch = pBewitch;

        fSpeed = pMaster.GetSpeed();
    }
Ejemplo n.º 2
0
 // ------------------------------------------------------------------
 public void InitShield(GameObject Obj, AIEnemy pAI, EnemyBewitch pBewitch)
 {
     ObjTarget  = Obj;
     pMaster    = pAI;
     pAIBewitch = pBewitch;
 }