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

GameStateInfo() 공개 메소드

public GameStateInfo ( Vector3 posistion, Region location ) : System.Collections.Generic
posistion Vector3
location CameraBuddy.Spectate.Data.Region
리턴 System.Collections.Generic
        public GameStateInfo(Vector3 posistion, Region.Location location)
        {
            Posistion = posistion;
            Location = location;
            GameTimeSet = EloBuddy.Game.Time;
        }
    }
GameStateInfo