UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

7 lines (6 loc) 193 B
export * from './EndGame'; export * from './EndPlayerTurn'; export * from './RuleMove'; export * from './StartPlayerTurn'; export * from './StartRule'; export * from './StartSimultaneousRule';