mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
17 lines
405 B
C++
17 lines
405 B
C++
#include "FortMtxWallets.h"
|
|
|
|
void UFortMtxWallets::SetSelectedAppStore(const TEnumAsByte<EAppStore::Type> InAppStore) {
|
|
}
|
|
|
|
bool UFortMtxWallets::GetSelectedAppStore(TEnumAsByte<EAppStore::Type>& OutAppStore) {
|
|
return false;
|
|
}
|
|
|
|
TArray<TEnumAsByte<EAppStore::Type>> UFortMtxWallets::GetAvailableAppStores() {
|
|
return TArray<TEnumAsByte<EAppStore::Type>>();
|
|
}
|
|
|
|
UFortMtxWallets::UFortMtxWallets() {
|
|
}
|
|
|