CameraBuddy.Spectate.Situation.Game.Game C# (CSharp) Method

Game() static private method

static private Game ( ) : System.Collections.Generic
return System.Collections.Generic
        static Game()
        {
            GameStateInfo = new GameStateInfo(Vector3.Zero, Region.Location.None);
        }
    }