#include "EasyAntiCheatNetComponent.h" void UEasyAntiCheatNetComponent::ServerMessage_Implementation(const TArray& MESSAGE) { } bool UEasyAntiCheatNetComponent::ServerMessage_Validate(const TArray& MESSAGE) { return true; } void UEasyAntiCheatNetComponent::ClientMessage_Implementation(const TArray& MESSAGE) { } UEasyAntiCheatNetComponent::UEasyAntiCheatNetComponent() { }