refactor: Converted message data to its own struct
This commit is contained in:
parent
1fc809141c
commit
9dd340eeb7
10 changed files with 339 additions and 18 deletions
|
@ -6,6 +6,8 @@ namespace Messaging.Composer {
|
|||
public class InputField : MonoBehaviour {
|
||||
[SerializeField] private TMP_Text fieldText;
|
||||
|
||||
public string Text => fieldText.text;
|
||||
|
||||
public void EmptyText() {
|
||||
fieldText.SetText("");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue