入伍遊戲 - WWII 小隊型射擊遊戲
Enlisted, developed by Gaijin Network, is an action game that aims to capture the chaos of war. Set during World […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
Enlisted, developed by Gaijin Network, is an action game that aims to capture the chaos of war. Set during World […]