This means that functions present in Game script are included in your script and you do not need to write prefixes for functions from that script.
normally you use:
Game.GetPlayer() if you want to reference the player's character
but in script that has Import Game line, you can use just:
GetPlayer()