C# Class MushBoom, Left4Bread

Inheritance: Character
Show file Open project: andresg6/Left4Bread

Public Properties

Property Type Description
Spore GameObject
direction string
frequency int
shootOffset float

Public Methods

Method Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Spore public property

public GameObject Spore
return GameObject

direction public property

public string direction
return string

frequency public property

public int frequency
return int

shootOffset public property

public float shootOffset
return float