This repository has been archived on 2024-11-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Dawn-GB/assets/strings.js
2022-01-08 21:44:02 -08:00

7 lines
165 B
JavaScript

const GAME_STRINGS = {
'HELLO': 'Hello World!\nHow are you today?\nThank god!',
'POKER_GAME_START': 'Poker game started!'
};
module.exports = { GAME_STRINGS };