C# Class SpecialActions_Swabbie

Inheritance: SpecialActions
Show file Open project: imann24/cs327-bestmobilegameever

Public Properties

Property Type Description
Ink_Puddle GameObject
Waypoint_Ink GameObject

Public Methods

Method Description
DoSpecialAction ( string actionTag ) : void

Private Methods

Method Description
destroyMe ( ) : void
inkObstacle ( ) : void

Method Details

DoSpecialAction() public method

public DoSpecialAction ( string actionTag ) : void
actionTag string
return void

Property Details

Ink_Puddle public property

public GameObject Ink_Puddle
return GameObject

Waypoint_Ink public property

public GameObject Waypoint_Ink
return GameObject