Beispiel #1
0
 public SledLuaWatchedCustomVariable(string alias, SledLuaVarScopeType scope, List <KeyValuePair <string, int> > pairs, Guid guid, ISledLuaWatchedCustomVariableRenderer renderer)
 {
     Alias         = alias;
     Scope         = scope;
     NamesAndTypes = new List <KeyValuePair <string, int> >(pairs);
     Guid          = guid;
     Renderer      = renderer;
 }
 public SledLuaWatchedCustomVariable(string alias, SledLuaVarScopeType scope, List<KeyValuePair<string, int>> pairs, Guid guid, ISledLuaWatchedCustomVariableRenderer renderer)
 {
     Alias = alias;
     Scope = scope;
     NamesAndTypes = new List<KeyValuePair<string, int>>(pairs);
     Guid = guid;
     Renderer = renderer;
 }