AcademyPopcorn.MeteoriteBall.MeteoriteBall C# (CSharp) Méthode

MeteoriteBall() public méthode

public MeteoriteBall ( AcademyPopcorn.MatrixCoords topLeft, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
speed AcademyPopcorn.MatrixCoords
Résultat System.Collections.Generic
        public MeteoriteBall(MatrixCoords topLeft, MatrixCoords speed)
            : base(topLeft, speed)
        { }