feat: add initial People Playground mod development kit

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

View File

@@ -0,0 +1,27 @@
URL: https://wiki.studiominus.nl/internalReference/BloodContainer_RefFloat.html
Title: People Playground Modding - BloodContainer.RefFloat
==================================================
public class RefFloat
This nested type resides in BloodContainer
Okay google what are pointers
Fields
public float Previous
No description provided
Properties
public float Raw { get; set; }
No description provided
Methods
public bool HasIncreased(float threshold = 0.0001f)
No description provided
public bool HasDecreased(float threshold = 0.0001f)
No description provided
public bool HasChanged(float threshold = 0.0001f)
No description provided
public (constructor) RefFloat(float v)
No description provided