mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +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;
|
|
}
|
|
|