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)
        { }