/**
 * Services Package
 * Game services for AI, matching, achievements, etc.
 */

// Character Service
export * from './character/index.js';

// Dating Service
export * from './dating/index.js';

// Health Service
export * from './health/index.js';

// Relationships Service
export * from './relationships/index.js';

// Retention Service
export * from './retention/index.js';

// Shop Service
export * from './shop/index.js';

// Education Service
export * from './education/index.js';

// Jobs Service
export * from './jobs/index.js';

// Background Jobs Service
export * from './background/index.js';

// NPC Service
export * from './npc/index.js';

// Performance Service
export * from './performance/index.js';

// Analytics Service
export * from './analytics/index.js';

// Image Generation Service
export * from './images/index.js';

// Experiments Service (A/B Testing)
export * from './experiments/index.js';

// Notifications Service (APNS Push)
export * from './notifications/index.js';
