mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment
This commit is contained in:
parent
0fdb39fa1c
commit
8673471cf1
@ -16,8 +16,8 @@ struct TwoArgMethodMessage : NetworkMessage
|
||||
public int someValue;
|
||||
|
||||
// Weaver should ignore these methods because they have two args
|
||||
public void Serialize(NetworkWriter writer, int AnotherValue) { /* method with 2 args */ }
|
||||
public void Deserialize(NetworkReader reader, int AnotherValue) { /* method with 2 args */ }
|
||||
public void Serialize(NetworkWriter writer, int AnotherValue) {}
|
||||
public void Deserialize(NetworkReader reader, int AnotherValue) {}
|
||||
}
|
||||
|
||||
public class OverloadMethodTest
|
||||
|
Loading…
Reference in New Issue
Block a user