mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:16:14 +03:00
12 lines
140 B
C++
12 lines
140 B
C++
#include "Pch.h"
|
|
#include "Landscape.h"
|
|
|
|
namespace Flower
|
|
{
|
|
void LandscapeComponent::tick(const RuntimeModuleTickData& tickData)
|
|
{
|
|
|
|
}
|
|
}
|
|
|