diff --git a/Assets/Scripts/Gameplay/PlayerSpawn.cs b/Assets/Scripts/Gameplay/PlayerSpawn.cs index c0ebc2f..b8c97d7 100644 --- a/Assets/Scripts/Gameplay/PlayerSpawn.cs +++ b/Assets/Scripts/Gameplay/PlayerSpawn.cs @@ -1,3 +1,4 @@ +using UnityEngine; using Platformer.Core; using Platformer.Mechanics; using Platformer.Model;