Files
FNGameProj/Source/FortniteGame/Private/WaterVolume_Shallow.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
129 B
C++

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