camelot-unchained
Version:
Camelot Unchained Client Library
22 lines (19 loc) • 728 B
text/typescript
/**
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
import AnnouncementsStore from './classes/AnnouncementsStore';
import CharacterStore from './classes/CharacterStore';
import EnemyTargetStore from './classes/EnemyTargetStore';
import FriendlyTargetStore from './classes/FriendlyTargetStore';
import ControlGameStore from './classes/ControlGameStore';
import ControlGameScoreStore from './classes/ControlGameScoreStore';
export default {
AnnouncementsStore,
CharacterStore,
EnemyTargetStore,
FriendlyTargetStore,
ControlGameStore,
ControlGameScoreStore
}