Example #1
0
 public static Offset <Dragapult.Models.PokecampContentTable> CreatePokecampContentTable(FlatBufferBuilder builder,
                                                                                         ulong Hash = 0,
                                                                                         VectorOffset ContentHashesOffset = default(VectorOffset))
 {
     builder.StartTable(2);
     PokecampContentTable.AddHash(builder, Hash);
     PokecampContentTable.AddContentHashes(builder, ContentHashesOffset);
     return(PokecampContentTable.EndPokecampContentTable(builder));
 }
Example #2
0
 public static PokecampContentTable GetRootAsPokecampContentTable(ByteBuffer _bb, PokecampContentTable obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }