Beispiel #1
0
 public ProxyBase(T target, LuaScriptHost host)
 {
     this.target = target;
     this.host   = host;
 }
Beispiel #2
0
 public UtilityHost(LuaScriptHost host)
 {
     this.host = host;
 }