CameraBuddy.Game.Heroes.GetAveragePosistion C# (CSharp) Method

GetAveragePosistion() public static method

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