Launcher/src/common/mojang/model/auth/Agent.ts
Daniel Scalzi 9a67087766
Move code to common.
Renderer will be only react/redux code.
Common code can be used in both main and renderer.
2020-05-24 15:44:16 -04:00

6 lines
70 B
TypeScript

export interface Agent {
name: 'Minecraft'
version: number
}