// // Created by Nik on 10/04/2022. // #include "Shape2D.h" Shape2D::Shape2D(ColorCode color) : color(color){}