feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit 566791ce62
1095 changed files with 40280 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
URL: https://wiki.studiominus.nl/internalReference/DetachFromParentOnStart.html
Title: People Playground Modding - DetachFromParentOnStart
==================================================
public class DetachFromParentOnStart
Inherits MonoBehaviour
Behaviour that will detach the transform from its parent on Start
Fields
public int Value
No description provided
public int PreviousValue
No description provided
public int PreviousValueFixed
No description provided
public bool DestroyIfParentDestroyed
Should this object still be destroyed if the original parent is also destroyed?
Methods
public (constructor) DeltaInt(int value)
No description provided
public void Increment(int v = 1)
No description provided
public void Decrement()
No description provided
public void UpdatePreviousValue()
No description provided