예제 #1
0
 public TextElement(XInt.StyleText style)
 {
     ID    = style.ID;
     Style = style;
 }
예제 #2
0
 public TextElement(XInt.StyleText style)
 {
     ID    = style.ID;
     Style = style;
     Lua   = new LuaAPI(this);
 }