@gamepark/rules-api
Version:
API to implement the rules of a board game
12 lines (11 loc) • 342 B
TypeScript
export * from './CreateItem';
export * from './CreateItemsAtOnce';
export * from './DeleteItem';
export * from './DeleteItemsAtOnce';
export * from './ItemMove';
export * from './ItemMoveType';
export * from './MoveItem';
export * from './MoveItemsAtOnce';
export * from './RollItem';
export * from './SelectItem';
export * from './Shuffle';