How to reference c# project that handles game state

Hi,

I have a Unity project and have added some c# class libraries to it.
One of these library contains a Game object which handles the state of the game (players, cards the players has, which turn).
My question is where and how should there a reference to a instance of the Game object?

Which library are you using? Generally they have examples.