Open
Description
Preserve]
public unsafe class CharacterSkillCreationSystem__Patched_: SystemMainThreadFilter<CharacterSkillCreationSystem.Filter>
{
public struct Filter
{
...
}
public override void Update(Frame frame, ref Filter filter)
{
We can see that this Photon Quantum Pattern does not get rewritten correctly. Nested filter type should be patched so it does not conflict with the original one. (Or vice-versa)