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