Generate example code

This commit is contained in:
Austin Chick
2025-12-22 08:31:40 -06:00
parent 7c7e08341a
commit e39dbf64c4
9 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
import * as flatbuffers from 'flatbuffers';
import { Color } from '../../my-game/example/color.js';
import { Color } from './color.js';
export class TestSimpleTableWithEnum implements flatbuffers.IUnpackableObject<TestSimpleTableWithEnumT> {