CameraBuddy.Spectate.Situation.Game.Game C# (CSharp) 메소드

Game() 정적인 개인적인 메소드

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