Exemplo n.º 1
0
 public NBT Set(string key, INBTSerializable value)
 {
     return(SetAny(key, value?.ToNBT()));
 }
Exemplo n.º 2
0
 public This Set(string key, INBTSerializable value)
 {
     del.Set(key, value);
     return(this as This);
 }