ExMod-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers (scpsl). It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://docs.exiled-team.net/
Other
55 stars 36 forks source link

`Scp018projectile` chages #73

Closed IRacle1 closed 2 months ago

IRacle1 commented 2 months ago

Description

Describe the changes Optimize scp018 properties setters, obsolete setting pickup PhysicsModule, bacause thats not normal thing and we should not allow this in public api in my opinion

What is the current behavior? (You can also link to an open issue here)

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:


Types of changes

Submission checklist

Patches (if there are any changes related to Harmony patches)

Other