bitburner-src/src/Bladeburner/IActionIdentifier.ts

5 lines
71 B
TypeScript
Raw Normal View History

2021-05-01 09:17:31 +02:00
export interface IActionIdentifier {
2021-09-05 01:09:30 +02:00
name: string;
type: number;
}