mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Initial commit.
:)
This commit is contained in:
11
source/World/Generator/Feature.cpp
Normal file
11
source/World/Generator/Feature.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Feature.hpp"
|
||||
|
||||
void Feature::init(float a, float b, float c)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Feature::~Feature()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user