- Created a new unit set for "siegetank" with various crew types and their attributes. - Implemented a messaging system with types, payloads, and storage functionality. - Added tests for the messaging system to ensure correct behavior for different message types (private, national, public, diplomacy).
2 lines
30 B
TypeScript
2 lines
30 B
TypeScript
export * from './message.js';
|