public static Offset <GetScore> CreateGetScore(FlatBufferBuilder builder, uint id = 0) { builder.StartObject(1); GetScore.AddId(builder, id); return(GetScore.EndGetScore(builder)); }
public static GetScore GetRootAsGetScore(ByteBuffer _bb, GetScore obj) { return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }