CameraBuddy.Game.Heroes.GetAveragePosistion C# (CSharp) 메소드

GetAveragePosistion() 공개 정적인 메소드

public static GetAveragePosistion ( ) : System.Vector3
리턴 System.Vector3
        public static Vector3 GetAveragePosistion(params HeroType[] heroTypes)
        {
            return new Vector3();
        }
        private static List<GameObject> GetHeroes(HeroType heroType)