Exemplo n.º 1
0
 public LuaCallCSharpAttribute()
 {
     this.flag = GenFlag.No;
 }
Exemplo n.º 2
0
 public LuaCallCSharpAttribute(GenFlag flag = GenFlag.No)
 {
     this.flag = flag;
 }
Exemplo n.º 3
0
 public LuaCallCSharpAttribute(GenFlag flag = GenFlag.No)
 {
     this.flag = flag;
 }