mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 01:57:04 +00:00
Generate example code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
import * as flatbuffers from 'flatbuffers';
|
||||
|
||||
import { StructOfStructs, StructOfStructsT } from '../../my-game/example/struct-of-structs.js';
|
||||
import { StructOfStructs, StructOfStructsT } from './struct-of-structs.js';
|
||||
|
||||
|
||||
export class StructOfStructsOfStructs implements flatbuffers.IUnpackableObject<StructOfStructsOfStructsT> {
|
||||
|
||||
Reference in New Issue
Block a user