C# Class SnowFairyBehavior, TSGs

Inheritance: EnemyBehavior
Show file Open project: SNUGDC/TSGs

Public Properties

Property Type Description
freezeEffect GameObject

Public Methods

Method Description
FindBall ( ) : void
SlowerBall ( GameObject ball ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
BallFreeze ( ) : IEnumerator

Method Details

FindBall() public method

public FindBall ( ) : void
return void

SlowerBall() public method

public SlowerBall ( GameObject ball ) : void
ball GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

freezeEffect public property

public GameObject freezeEffect
return GameObject