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