This commit is contained in:
JuiceyDev
2026-03-06 07:13:57 +01:00
parent fa88145b1f
commit 17ac8deddf
349 changed files with 456 additions and 39 deletions

View File

@@ -154,6 +154,10 @@ IOException::IOException(const wstring& information)
this->information = information;
}
RuntimeException::RuntimeException(const wstring& /*information*/)
{
}
Packet::Packet() : createTime( System::currentTimeMillis() )
{
shouldDelay = false;