handzlikchris / handzlikchris/FastScriptReload
[Workaround] Nested types used for generic are not patched
Open
workaround
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
```c#
Preserve]
public unsafe class CharacterSkillCreationSystem__Patched_: SystemMainThreadFilter
{
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.