mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
15 lines
249 B
C++
15 lines
249 B
C++
#include "AthenaChallengeImageGridEntry.h"
|
|
|
|
|
|
|
|
|
|
|
|
UAthenaChallengeImageGridEntry::UAthenaChallengeImageGridEntry() {
|
|
this->Image_Brush = NULL;
|
|
this->bSelected = false;
|
|
this->GridLocation = -1;
|
|
this->Column = -1;
|
|
this->Row = -1;
|
|
}
|
|
|