mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
remove xml comment
This commit is contained in:
parent
737a2b1b28
commit
9d43d3c6c6
@ -126,14 +126,7 @@ public void MonoBehaviourServer()
|
|||||||
CheckAddedCode(networkServerGetActive, "WeaverClientServerAttributeTests.MonoBehaviourServer.MonoBehaviourServer", "ServerOnlyMethod");
|
CheckAddedCode(networkServerGetActive, "WeaverClientServerAttributeTests.MonoBehaviourServer.MonoBehaviourServer", "ServerOnlyMethod");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Checks that first Instructions in MethodBody is addedString
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Checks that first Instructions in MethodBody is addedString
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="addedString"></param>
|
|
||||||
/// <param name="methodName"></param>
|
|
||||||
static void CheckAddedCode(string addedString, string className, string methodName)
|
static void CheckAddedCode(string addedString, string className, string methodName)
|
||||||
{
|
{
|
||||||
string assemblyName = Path.Combine(WeaverAssembler.OutputDirectory, WeaverAssembler.OutputFile);
|
string assemblyName = Path.Combine(WeaverAssembler.OutputDirectory, WeaverAssembler.OutputFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user