Files
2026-04-22 15:51:07 +02:00

13 lines
178 B
C++

#include "FortGridPickerTile.h"
void UFortGridPickerTile::ForwardClicked() {
}
UFortGridPickerTile::UFortGridPickerTile() {
this->Data = NULL;
this->Owner = NULL;
}