rokojori-godot/rokojori-cpp-generator/source/library/MatchResult.ts

6 lines
74 B
TypeScript
Raw Normal View History

2024-08-02 06:22:12 +00:00
export class MatchResult
{
match:string;
index:number
type:string;
}