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