Remove test RTTIs

This commit is contained in:
puvvadar
2021-05-20 11:38:06 -07:00
parent 7ecb00cca1
commit d26d24d9bd
3 changed files with 0 additions and 5 deletions
@@ -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();