C# Class Cyclyc.JetpackGirl.FrogEnemy

Inheritance: JetpackEnemy
Mostrar archivo Open project: JoeOsborn/Cyclyc

Public Methods

Method Description
FrogEnemy ( Game1 game, EnemyPool p ) : System

Protected Methods

Method Description
LoadAnimations ( ) : void

Method Details

FrogEnemy() public method

public FrogEnemy ( Game1 game, EnemyPool p ) : System
game Game1
p Cyclyc.Framework.EnemyPool
return System

LoadAnimations() protected method

protected LoadAnimations ( ) : void
return void