mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 06:11:47 +00:00
Generate example code
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
import * as flatbuffers from 'flatbuffers';
|
||||
|
||||
import { Color } from '../../my-game/example/color.js';
|
||||
import { Test, TestT } from '../../my-game/example/test.js';
|
||||
import { Color } from './color.js';
|
||||
import { Test, TestT } from './test.js';
|
||||
|
||||
|
||||
export class Vec3 implements flatbuffers.IUnpackableObject<Vec3T> {
|
||||
|
||||
Reference in New Issue
Block a user