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.
3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
export const channel = "urn:x-cast:com.rereadgames.massivedecks";
|
|
export const keepAliveChannel = `${channel}.keepalive`;
|