FlatBuffers Version v24.3.7

This commit is contained in:
Derek Bailey
2024-03-07 15:16:33 -08:00
parent 5b32e8f5c2
commit 6ff9e90e7e
183 changed files with 245 additions and 241 deletions

View File

@@ -13,7 +13,7 @@ public struct Referrable : IFlatbufferObject
{
private Table __p;
public ByteBuffer ByteBuffer { get { return __p.bb; } }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_24_3_6(); }
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_24_3_7(); }
public static Referrable GetRootAsReferrable(ByteBuffer _bb) { return GetRootAsReferrable(_bb, new Referrable()); }
public static Referrable GetRootAsReferrable(ByteBuffer _bb, Referrable obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public void __init(int _i, ByteBuffer _bb) { __p = new Table(_i, _bb); }