示例#1
0
 public OptionsEntry(TablePair data)
 {
     Console.WriteLine(data.ToString());
     this.description = "";
     this.hover       = "";
     this.data        = (object)"";
 }
示例#2
0
 static TablePair()
 {
     Nil = new TablePair(DynValue.Nil, DynValue.Nil);
 }
示例#3
0
 public OptionsEntry(TablePair data)
 {
     this.description = "";
     this.hover       = "";
     this.data        = (object)"";
 }