feat: add initial People Playground mod development kit

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

View File

@@ -0,0 +1,36 @@
URL: https://wiki.studiominus.nl/internalReference/LimbStatusViewBehaviour.html
Title: People Playground Modding - LimbStatusViewBehaviour
==================================================
public class LimbStatusViewBehaviour
Inherits MonoBehaviour
No description provided
Fields
public float UpdateInterval
[Min(1 / 60f)]
No description provided
public TextMeshProUGUI LimbDamageSourceStats
[Space]
No description provided
public TextMeshProUGUI BloodInformation
No description provided
public RectTransform ConsciousnessBar
No description provided
public RectTransform ShockBar
No description provided
public RectTransform OxygenBar
No description provided
public RectTransform AdrenalineBar
No description provided
public static LimbStatusViewBehaviour Main
No description provided
public List<LimbBehaviour> Limbs
No description provided