public static Offset <Notify_ServerList> CreateNotify_ServerList(FlatBufferBuilder builder, VectorOffset server_listOffset = default(VectorOffset)) { builder.StartObject(1); Notify_ServerList.AddServerList(builder, server_listOffset); return(Notify_ServerList.EndNotify_ServerList(builder)); }
public static Notify_ServerList GetRootAsNotify_ServerList(ByteBuffer _bb, Notify_ServerList obj) { return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }