Skip to content

SoftCreatRMedia/yabfs-games-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yabfs-games-types

Shared TypeScript contracts and AMD runtime bridge helpers for YABFS game extension packages.

Install

npm i -D github:SoftCreatRMedia/yabfs-games-types#main

Use in game extension

import type { GameModule, MatchPayload } from "@softcreatr/yabfs-games-types";
import { registerGameModule } from "@softcreatr/yabfs-games-types";

Use in friends-online extension code

import { registerQuickActionFactory } from "@softcreatr/yabfs-games-types";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors