Class AdvancePhaseOnClick
Makes a button advance to the next phase on click. Place on an object with a Button component.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class AdvancePhaseOnClick : MonoBehaviour
Methods
OnClick()
Click handler. Advances phase based on the serialized field "phase."
Declaration
public void OnClick()