Remove test RTTIs
This commit is contained in:
@@ -23,8 +23,6 @@ namespace AzNetworking
|
||||
class ByteBuffer
|
||||
{
|
||||
public:
|
||||
AZ_RTTI(ByteBuffer, "{CD6BFA48-290D-44B4-B376-2463F526BF1F}");
|
||||
|
||||
ByteBuffer() = default;
|
||||
~ByteBuffer() = default;
|
||||
|
||||
|
||||
@@ -24,8 +24,6 @@ namespace Multiplayer
|
||||
class NetworkInputArray final
|
||||
{
|
||||
public:
|
||||
AZ_RTTI(NetworkInputArray, "{4908CE9F-8BCD-47C8-837F-09DC695ED2D7}");
|
||||
|
||||
static constexpr uint32_t MaxElements = 8; // Never try to replicate a list larger than this amount
|
||||
|
||||
NetworkInputArray();
|
||||
|
||||
@@ -24,7 +24,6 @@ namespace Multiplayer
|
||||
class NetworkInputMigrationVector final
|
||||
{
|
||||
public:
|
||||
AZ_RTTI(NetworkInputMigrationVector, "{BDF19B57-A11F-4185-9FA9-86AC12E67414}");
|
||||
static constexpr uint32_t MaxElements = 90; // Never try to migrate a list larger than this amount, bumped up to handle DTLS connection time
|
||||
|
||||
NetworkInputMigrationVector();
|
||||
|
||||
Reference in New Issue
Block a user