public static Offset <GetPayPerPlayStatistics> CreateGetPayPerPlayStatistics(FlatBufferBuilder builder,
                                                                              VectorOffset dataOffset = default(VectorOffset))
 {
     builder.StartObject(1);
     GetPayPerPlayStatistics.AddData(builder, dataOffset);
     return(GetPayPerPlayStatistics.EndGetPayPerPlayStatistics(builder));
 }
 public static GetPayPerPlayStatistics GetRootAsGetPayPerPlayStatistics(ByteBuffer _bb, GetPayPerPlayStatistics obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }