C# Class AxeManMinigameTreeChangePhaseMessage

Inheritance: Message
Show file Open project: mezosaurus/eae-project

Public Properties

Property Type Description
Phase string
Tree GameObject

Public Methods

Method Description
AxeManMinigameTreeChangePhaseMessage ( GameObject tree, string phase ) : UnityEngine

Method Details

AxeManMinigameTreeChangePhaseMessage() public method

public AxeManMinigameTreeChangePhaseMessage ( GameObject tree, string phase ) : UnityEngine
tree GameObject
phase string
return UnityEngine

Property Details

Phase public property

public string Phase
return string

Tree public property

public GameObject Tree
return GameObject