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