Creates a new interview class instance.
Creates a new interview class instance.
1 gameProject game
the game project.
2 reviewer object
the reviewer that's in charge of this interview.
3 bool playerScheduled
whether the interview was scheduled by the player.
1 inteview
the object.
local object = interview.new(someGame, someReviewer, true)