9 lines
191 B
C++
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) {
|
|
}
|