C# Class Kamikazi, Unity2d-Game

Inheritance: Enemy
Mostrar archivo Open project: sagivo/Unity2d-Game

Protected Methods

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

Private Methods

Method Description
findTarget ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void