FlatBuffers Version 25.9.23 (#8708)

This commit is contained in:
Derek Bailey
2025-09-23 22:18:02 -07:00
committed by GitHub
parent c427e1a65d
commit 1872409707
185 changed files with 271 additions and 268 deletions

View File

@@ -9,8 +9,8 @@
// Ensure the included flatbuffers.h is the same version as when this file was
// generated, otherwise it may not be compatible.
static_assert(FLATBUFFERS_VERSION_MAJOR == 25 &&
FLATBUFFERS_VERSION_MINOR == 2 &&
FLATBUFFERS_VERSION_REVISION == 10,
FLATBUFFERS_VERSION_MINOR == 9 &&
FLATBUFFERS_VERSION_REVISION == 23,
"Non-compatible flatbuffers version included");
namespace MyGame {

View File

@@ -75,7 +75,7 @@ public struct MyGame_Sample_EquipmentUnion {
}
public struct MyGame_Sample_Vec3: NativeStruct, Verifiable, FlatbuffersInitializable, NativeObject {
static func validateVersion() { FlatBuffersVersion_25_2_10() }
static func validateVersion() { FlatBuffersVersion_25_9_23() }
private var _x: Float32
private var _y: Float32
@@ -138,7 +138,7 @@ extension MyGame_Sample_Vec3: Encodable {
public struct MyGame_Sample_Vec3_Mutable: FlatBufferObject {
static func validateVersion() { FlatBuffersVersion_25_2_10() }
static func validateVersion() { FlatBuffersVersion_25_9_23() }
public var __buffer: ByteBuffer! { return _accessor.bb }
private var _accessor: Struct
@@ -167,7 +167,7 @@ public struct MyGame_Sample_Vec3_Mutable: FlatBufferObject {
public struct MyGame_Sample_Monster: FlatBufferObject, Verifiable, ObjectAPIPacker {
static func validateVersion() { FlatBuffersVersion_25_2_10() }
static func validateVersion() { FlatBuffersVersion_25_9_23() }
public var __buffer: ByteBuffer! { return _accessor.bb }
private var _accessor: Table
@@ -436,7 +436,7 @@ public class MyGame_Sample_MonsterT: NativeObject {
}
public struct MyGame_Sample_Weapon: FlatBufferObject, Verifiable, ObjectAPIPacker {
static func validateVersion() { FlatBuffersVersion_25_2_10() }
static func validateVersion() { FlatBuffersVersion_25_9_23() }
public var __buffer: ByteBuffer! { return _accessor.bb }
private var _accessor: Table