BlockGame/blocks/GrasBlock.cpp
2022-02-05 21:44:31 +01:00

9 lines
191 B
C++

//
// Created by lukas on 04.02.22.
//
#include "GrasBlock.h"
GrasBlock::GrasBlock(const uint &xpos, const uint &ypos, const uint &zpos) : BaseBlock(0.0f, 1.0f, 0.0f, xpos, ypos, zpos) {
}