public static Offset <GetPayPerPlayStatistics_DEPRECATED> CreateGetPayPerPlayStatistics_DEPRECATED(FlatBufferBuilder builder, VectorOffset dataOffset = default(VectorOffset)) { builder.StartObject(1); GetPayPerPlayStatistics_DEPRECATED.AddData(builder, dataOffset); return(GetPayPerPlayStatistics_DEPRECATED.EndGetPayPerPlayStatistics_DEPRECATED(builder)); }
public static GetPayPerPlayStatistics_DEPRECATED GetRootAsGetPayPerPlayStatistics_DEPRECATED(ByteBuffer _bb, GetPayPerPlayStatistics_DEPRECATED obj) { return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }