Пример #1
0
 public NomadReference(NomadData data)
 {
     Index = NomadCache.Register(data, out long hash);
     Hash  = hash;
 }