void InitGameData(gameData& _dat) { InitPlayer(_dat.Player); InitEnemy(_dat.Enemy); }