14 lines
198 B
C++
Executable file
14 lines
198 B
C++
Executable file
#include "MiniMule.h"
|
|
|
|
void AMiniMule::SetLegsVisibleOnScanner() {
|
|
}
|
|
|
|
|
|
TArray<AGem*> AMiniMule::FindLegsInLevelSortedByDistance() const {
|
|
return TArray<AGem*>();
|
|
}
|
|
|
|
|
|
AMiniMule::AMiniMule() {
|
|
}
|
|
|