Esempio n. 1
0
    public Enemy GetEnemy(Enemy enemy)
    {
        if (enemy is Dino)
        {
            //dinos = enemy as Dino;
            return(dinos.GetObj());
        }

        if (enemy is Dino_LongLeg)
        {
            //dino_LongLeg = enemy as Dino_LongLeg;
            return(dino_LongLeg.GetObj());
        }

        return(null);
    }
Esempio n. 2
0
 public HitEffect GetHitEffect()
 {
     return(hitEffect.GetObj());
 }
Esempio n. 3
0
 public SmokeEffect GetSmokeEffect()
 {
     return(smokeEffect.GetObj());
 }
Esempio n. 4
0
 public StunEffect GetStunEffect()
 {
     return(stunEffect.GetObj());
 }
Esempio n. 5
0
 public DeathSkull GetDeathSkulls()
 {
     return(deathSkulls.GetObj());
 }
Esempio n. 6
0
 public HitNumber GetHitNumber()
 {
     return(hitNumbers.GetObj());
 }
Esempio n. 7
0
 public Score GetBlueScoreFX()
 {
     return(blueScoreFX.GetObj());
 }
Esempio n. 8
0
 public FallFX GetFallFX()
 {
     return(fallFX.GetObj());
 }
Esempio n. 9
0
 public RainGirl GetPlayerGirl()
 {
     return(playerGirl.GetObj());
 }
Esempio n. 10
0
 public Score GetYellowScoreFX()
 {
     return(yellowScoreFX.GetObj());
 }
Esempio n. 11
0
 public PickupParticle GetPickupParticle()
 {
     return(pickupEffect.GetObj());
 }
Esempio n. 12
0
 public ThrowObject GetPot()
 {
     return(pot.GetObj());
 }
Esempio n. 13
0
 public ThrowObject GetHammer()
 {
     return(hammer.GetObj());
 }
Esempio n. 14
0
 public ThrowObject GetBread()
 {
     return(bread.GetObj());
 }
Esempio n. 15
0
 public ThrowObject GetSandalB()
 {
     return(sandalB.GetObj());
 }
Esempio n. 16
0
 public StunFX GetStunFX()
 {
     return(stunFX.GetObj());
 }
Esempio n. 17
0
 public DizzyFX GetDizzyFX()
 {
     return(dizzyFX.GetObj());
 }
Esempio n. 18
0
 public RainGirl GetPlayerBoy()
 {
     return(playerBoy.GetObj());
 }
Esempio n. 19
0
 public Score GetRedScoreFX()
 {
     return(redScoreFX.GetObj());
 }
Esempio n. 20
0
 public AudioSource_RG GetAudioSource()
 {
     return(audiosource.GetObj());
 }
Esempio n. 21
0
 public ThrowObject GetRockThrow()
 {
     return(rockThrow.GetObj());
 }
Esempio n. 22
0
 public WaterFX GetWaterFX()
 {
     return(waterFX.GetObj());
 }
Esempio n. 23
0
 public TextHitRandom GetTextHitRandom()
 {
     return(textHitRandoms.GetObj());
 }
Esempio n. 24
0
 public HitFX GetHitFX()
 {
     return(hitFX.GetObj());
 }
Esempio n. 25
0
 public GiftFX GetGiftFX()
 {
     return(giftFX.GetObj());
 }
Esempio n. 26
0
 public HeartFX GetHeartFX()
 {
     return(heartFX.GetObj());
 }
Esempio n. 27
0
 public Audio GetAudioSoure()
 {
     return(audioS.GetObj());
 }
Esempio n. 28
0
 public GpsFX GetGpsFX()
 {
     return(gpsFX.GetObj());
 }
Esempio n. 29
0
 public ExplosionBoom GetExplosionBoom()
 {
     return(explosionBoom.GetObj());
 }
Esempio n. 30
0
 public PoofEffect GetPoofEffect()
 {
     return(poofEffect.GetObj());
 }