update index
This commit is contained in:
parent
ed6787f2e6
commit
fc558e20cc
@ -0,0 +1,9 @@
|
||||
export * from './core/MancalaGame';
|
||||
export * from './core/Board';
|
||||
export * from './core/Pit';
|
||||
export * from './core/GameRule';
|
||||
export * from './common/CommonBoard';
|
||||
export * from './common/CommonMancalaGame';
|
||||
export * from './common/game_rules/GRLastStoneInBank';
|
||||
export * from './common/game_rules/GRLastStoneInEmptyPit';
|
||||
export * from './common/game_rules/GRClearBoardAtEnd';
|
||||
Loading…
Reference in New Issue
Block a user