mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
10 lines
276 B
TypeScript
10 lines
276 B
TypeScript
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
|
|
|
|
export enum State {
|
|
None = 0,
|
|
Running = 1,
|
|
Paused = 2
|
|
}
|