Example #1
0
 public LuaTValue(ExternalProcessReader memory, LuaTValueStruct luaTValue)
 {
     _luaTValue = luaTValue;
     _memory = memory;
 }
Example #2
0
 public LuaTValue(ProcessSharp memory, LuaTValueStruct luaTValue)
 {
     _luaTValue = luaTValue;
     _memory    = memory;
 }
Example #3
0
 public LuaTValue(ExternalProcessReader memory, LuaTValueStruct luaTValue)
 {
     _luaTValue = luaTValue;
     _memory    = memory;
 }