PR feedback

Signed-off-by: Sergey Pereslavtsev <pereslav@amazon.com>
This commit is contained in:
Sergey Pereslavtsev
2021-10-20 12:36:35 +01:00
parent e3a14c0809
commit 8e520c8db8
2 changed files with 4 additions and 2 deletions
@@ -34,4 +34,6 @@ namespace Multiplayer
ConstNetworkEntityHandle m_owner;
NetworkInput m_networkInput;
};
using NetworkInputChildList = AZStd::vector<NetworkInputChild>;
}