You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
354 B
XML
14 lines
354 B
XML
<?xml version="1.0"?>
|
|
|
|
<Component
|
|
Name="TestMultiplayerComponent"
|
|
Namespace="MultiplayerTest"
|
|
OverrideComponent="true"
|
|
OverrideController="true"
|
|
OverrideInclude="Tests/TestMultiplayerComponent.h"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<NetworkInput Type="uint64_t" Name="OwnerId" Init="0" />
|
|
|
|
</Component>
|