mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Better comment
This commit is contained in:
parent
1f8b27e927
commit
6587c1f7b9
@ -150,7 +150,7 @@ static void GenerateDeSerialization(TypeDefinition td)
|
||||
serWorker.Body.Instructions.Clear();
|
||||
}
|
||||
|
||||
//if not struct(IMessageBase), likely same as using else {} here in all cases
|
||||
// if not value type, call base
|
||||
if (!td.IsValueType)
|
||||
{
|
||||
CallBase(td, serWorker, "Deserialize");
|
||||
|
Loading…
Reference in New Issue
Block a user