mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
comment
This commit is contained in:
parent
e1f04153b1
commit
7d0ac8e992
@ -244,7 +244,7 @@ void WriteNullCheck(ILProcessor worker, ref bool WeavingFailed)
|
||||
worker.Emit(OpCodes.Call, GetWriteFunc(weaverTypes.Import<bool>(), ref WeavingFailed));
|
||||
}
|
||||
|
||||
/// Find all fields in type and write them
|
||||
// Find all fields in type and write them
|
||||
bool WriteAllFields(TypeReference variable, ILProcessor worker, ref bool WeavingFailed)
|
||||
{
|
||||
uint fields = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user