AcademyPopcorn.Gift.Gift C# (CSharp) 메소드

Gift() 공개 메소드

public Gift ( AcademyPopcorn.MatrixCoords topLeft, char body, AcademyPopcorn.MatrixCoords speed ) : System.Collections.Generic
topLeft AcademyPopcorn.MatrixCoords
body char
speed AcademyPopcorn.MatrixCoords
리턴 System.Collections.Generic
        public Gift(MatrixCoords topLeft, char[,] body, MatrixCoords speed)
            : base(topLeft, body, speed)
        { 
            
        }