mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
This should be protected because a child class might call it
This commit is contained in:
parent
6c25b7aa37
commit
80a9a18728
@ -375,7 +375,7 @@ void GenerateConstants()
|
||||
}
|
||||
else
|
||||
{
|
||||
awake = new MethodDefinition("Awake", MethodAttributes.Private, Weaver.voidType);
|
||||
awake = new MethodDefinition("Awake", MethodAttributes.Family, Weaver.voidType);
|
||||
}
|
||||
|
||||
ILProcessor awakeWorker = awake.Body.GetILProcessor();
|
||||
|
Loading…
Reference in New Issue
Block a user