mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[BetterShadowClone] Added DontRespectFPR setting
This commit is contained in:
parent
829ad55195
commit
0d82606308
6 changed files with 45 additions and 24 deletions
|
@ -10,9 +10,7 @@ public class FPRExclusion : MonoBehaviour
|
|||
{
|
||||
public Transform target;
|
||||
|
||||
internal List<Transform> affectedChildren = new();
|
||||
|
||||
[NonSerialized]
|
||||
internal readonly List<Transform> affectedChildren = new();
|
||||
internal readonly List<IFPRExclusionTask> relatedTasks = new();
|
||||
|
||||
private void OnEnable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue