export type StarLaserStatus = 'Standby' | 'Activated' | 'Deactivated' | 'Attacking' | 'Hit' | 'Unknown';
