mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
12 lines
101 B
C++
12 lines
101 B
C++
#include "Feature.hpp"
|
|
|
|
void Feature::init(float a, float b, float c)
|
|
{
|
|
|
|
}
|
|
|
|
Feature::~Feature()
|
|
{
|
|
|
|
}
|