void DrawStageSmoothMove(Map& _map) { Scene::SetBackground(Palette::Darkgrey); //動かないオブジェクトの描画     DrawStaticObject(_map); ここでプレイヤーや荷物などの動くオブジェクトの描画関数を呼ぶ }