Exemplo n.º 1
0
 public LuaChatBox(XmlChatBox cb) : base(cb) => this.cb = cb;
Exemplo n.º 2
0
 public void Init()
 {
     UI.OnConstruct();
     chatbox = UI.Elements.OfType <XmlChatBox>().First();
 }