public LuaCallCSharpAttribute()
 {
     this.flag = GenFlag.No;
 }
Exemple #2
0
 public LuaCallCSharpAttribute(GenFlag flag = GenFlag.No)
 {
     this.flag = flag;
 }
Exemple #3
0
 public LuaCallCSharpAttribute(GenFlag flag = GenFlag.No)
 {
     this.flag = flag;
 }