handzlikchris / handzlikchris/FastScriptReload
Support User defined conversion
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
```
[Serializable]
public class SharedHasHealthBase__Patched_: SharedVariable {
public static implicit operator SharedHasHealthBase(HasHealthBase value) { *//CH: that should be rewritten as SharedHasHealthBase__Patched_*
return new SharedHasHealthBase { Value = value };
}
}
```
[ ] Duke from Discord
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by locating FastScriptReload's handling of user-defined implicit conversions and reproduce the C# example from the issue. Done means the conversion is rewritten from SharedHasHealthBase to SharedHasHealthBase__Patched_ without breaking the generated code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unity
- Domain
- game-dev, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100