Files
2026-04-22 15:51:07 +02:00

15 lines
403 B
C++

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