Files
CoqDecks/client/src/ts/cast/shared.ts
T
Gareth Latty a3a62fba2e Resolve some bugs and refactor localizations.
Resolve #167: Correct capitalization on cards
Resolve #169: Fix cast code failing to compile by moving to ES6 for the closure compiler target.
Move to noun and plural set-up which should make localization easier.
2020-09-27 19:08:13 +01:00

3 lines
122 B
TypeScript

export const channel = "urn:x-cast:com.rereadgames.massivedecks";
export const keepAliveChannel = `${channel}.keepalive`;