private TextMeshProUGUI Date = null; // Problably need too build a custom InputField Script for this too. public void Awake(TextMeshProUGUI amountTitle, Currency_InputField amountInput, String_InputField nameInput, TextMeshProUGUI date) { AmountTitle = amountTitle; AmountInput = amountInput; NameInput = nameInput; Date = date; }
public void Awake(Currency_InputField currencyInput) { CurrencyInput = currencyInput; }