11 lines
360 B
TypeScript
Executable File
11 lines
360 B
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {player} from '../models';
|
|
import {context} from '../models';
|
|
|
|
export function ChangeState(arg1:player.PlayerState):Promise<void>;
|
|
|
|
export function Init(arg1:context.Context):Promise<void>;
|
|
|
|
export function Play(arg1:string):Promise<void>;
|