Renderer/assets/Scripts/engine/entity/entity.ts
austin 068f3979b8
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
hookmanager in scriptengine, upgrade to junit 5
2024-07-12 17:56:23 -04:00

11 lines
69 B
TypeScript

/**
* An entity
*/
export interface Entity {
id: number,
}