Class BuyButton
Makes a button buy a product from the market on click. Product name is a serialized field. Place on an object with a Button component.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class BuyButton : MonoBehaviour
Methods
OnClick()
Click handler.
Declaration
public void OnClick()