UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

7 lines 226 B
export * from './EndGame'; export * from './EndPlayerTurn'; export * from './RuleMove'; export * from './StartPlayerTurn'; export * from './StartRule'; export * from './StartSimultaneousRule'; //# sourceMappingURL=index.js.map