6 lines
102 B
C++
Executable file
6 lines
102 B
C++
Executable file
#include "CSGRaycastHitInfo.h"
|
|
|
|
FCSGRaycastHitInfo::FCSGRaycastHitInfo() {
|
|
this->Material = 0;
|
|
}
|
|
|