public void AddPPtr(string type, string name, TransferMetaFlags flags)
 {
     AddNode($"PPtr<{type}>", name, 0, 1, flags);
     BeginChildren();
     AddInt32(PPtr <Object> .FileIDName);
     if (PPtr <Object> .IsLongID(Version))
     {
         AddInt64(PPtr <Object> .PathIDName);
     }
     else
     {
         AddInt32(PPtr <Object> .PathIDName);
     }
     EndChildren();
 }