8 lines
260 B
TypeScript
Executable File
8 lines
260 B
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {models} from '../models';
|
|
|
|
export function LoadGames():Promise<Array<models.Game>>;
|
|
|
|
export function StartGame(arg1:string):Promise<void>;
|