Esempio n. 1
0
 public Item SetProperty(string path, object value)
 {
     nbt.SetAny(path, value);
     return(this);
 }
Esempio n. 2
0
 public This SetAny(string key, object value)
 {
     del.SetAny(key, value);
     return(this as This);
 }