mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
15 lines
285 B
C++
15 lines
285 B
C++
#include "FortCMSInfoCarousel.h"
|
|
|
|
void UFortCMSInfoCarousel::NavigatePageRight() {
|
|
}
|
|
|
|
void UFortCMSInfoCarousel::NavigatePageLeft() {
|
|
}
|
|
|
|
UFortCMSInfoCarousel::UFortCMSInfoCarousel() {
|
|
this->Carousel = NULL;
|
|
this->CarouselNavBar = NULL;
|
|
this->AutoScrollInterval = 0.00f;
|
|
}
|
|
|