mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
remove comment
This commit is contained in:
parent
e6b12133d1
commit
6d2b4eb102
@ -587,7 +587,7 @@ public void CommandMessageCallsCommandTest()
|
||||
|
||||
// serialize a removeplayer message into an arraysegment
|
||||
CommandMessage message = new CommandMessage {
|
||||
componentIndex = 0, // TODO
|
||||
componentIndex = 0,
|
||||
functionHash = NetworkBehaviour.GetMethodHash(typeof(CommandTestNetworkBehaviour), nameof(CommandTestNetworkBehaviour.CommandGenerated)),
|
||||
netId = identity.netId,
|
||||
payload = new ArraySegment<byte>(new byte[0])
|
||||
|
Loading…
Reference in New Issue
Block a user