remove xml comment

This commit is contained in:
vis2k 2021-08-21 16:14:29 +08:00
parent 737a2b1b28
commit 9d43d3c6c6

View File

@ -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);