update index.ts
This commit is contained in:
parent
c3f1a92d24
commit
12dd04f4b8
@ -2,8 +2,10 @@ export * from './core/MancalaGame';
|
||||
export * from './core/Board';
|
||||
export * from './core/Pit';
|
||||
export * from './core/GameRule';
|
||||
export * from './core/HistoryItem';
|
||||
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/GRDoubleStoneInPit';
|
||||
export * from './common/game_rules/GRClearBoardAtEnd';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user