mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 12:13:25 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#include "PawnDamageZones.h"
|
|
|
|
FPawnDamageZones::FPawnDamageZones() {
|
|
this->bActive = false;
|
|
}
|
|
|