xxxxxxxxxx
You don't need to explicitly import files in Swift as they are globally available
through the project. If you want to access the methods or properties of Player class
, you can directly make object of Player class in MainScene.
Swift file and can access to it.
e.g var objPlayer = Player()