Files
FNGameProj/Source/FortniteGame/Private/WaterVolume_Shallow.cpp
2024-01-21 00:41:14 +01:00

8 lines
141 B
C++

#include "WaterVolume_Shallow.h"
AWaterVolume_Shallow::AWaterVolume_Shallow() {
this->EntrySound = NULL;
this->ExitSound = NULL;
}