예제 #1
0
 public static Offset <Dragapult.Models.PokecampHashTable> CreatePokecampHashTable(FlatBufferBuilder builder,
                                                                                   ulong Hash = 0)
 {
     builder.StartTable(1);
     PokecampHashTable.AddHash(builder, Hash);
     return(PokecampHashTable.EndPokecampHashTable(builder));
 }
예제 #2
0
 public static PokecampHashTable GetRootAsPokecampHashTable(ByteBuffer _bb, PokecampHashTable obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }