C# Class AxeManMinigameTreeChangePhaseMessage

Inheritance: Message
Mostrar archivo 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_oe property

public string Phase
return string

Tree public_oe property

public GameObject Tree
return GameObject