angular ui
This commit is contained in:
5
src/app/components/game/command.ts
Normal file
5
src/app/components/game/command.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Command {
|
||||
step: number;
|
||||
type: string;
|
||||
payload: any;
|
||||
}
|
||||
Reference in New Issue
Block a user