Files
2024-01-21 00:41:14 +01:00

8 lines
107 B
C++

#include "IgnoredPawn.h"
FIgnoredPawn::FIgnoredPawn() {
this->Pawn = NULL;
this->Time = 0.00f;
}