AcademyPopcorn.MeteoriteBall.MeteoriteBall C# (CSharp) Метод

MeteoriteBall() публичный Метод

public MeteoriteBall ( AcademyPopcorn.MatrixCoords topLeft, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
speed AcademyPopcorn.MatrixCoords
Результат System.Collections.Generic
        public MeteoriteBall(MatrixCoords topLeft, MatrixCoords speed)
            : base(topLeft, speed)
        { }