6 lines
91 B
C++
Executable file
6 lines
91 B
C++
Executable file
#include "CaveInfluence.h"
|
|
|
|
FCaveInfluence::FCaveInfluence() {
|
|
this->range = 0.00f;
|
|
}
|
|
|