mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:00:54 +01:00
9 lines
230 B
C++
9 lines
230 B
C++
#include "AdminShutdownRequest.h"
|
|
|
|
void AdminShutdownRequest::SerializeRaw(TiltedPhoques::Buffer::Writer& aWriter) const noexcept
|
|
{
|
|
}
|
|
|
|
void AdminShutdownRequest::DeserializeRaw(TiltedPhoques::Buffer::Reader& aReader) noexcept
|
|
{
|
|
}
|