Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
PopfabText.cs
Go to the documentation of this file.
1public class PopfabText : PopfabItem
2{
3 public UIText text;
4
5 public void SetText(string s)
6 {
7 text.SetText(s);
8 }
9}
void SetText(string s)
Definition: PopfabText.cs:5
UIText text
Definition: PopfabText.cs:3
Definition: UIText.cs:6
void SetText(string s)
Definition: UIText.cs:159