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,26 @@
URL: https://wiki.studiominus.nl/internalReference/FormatAttribute.html
Title: People Playground Modding - FormatAttribute
==================================================
public class FormatAttribute
Inherits Attribute
No description provided
Fields
public readonly string Format
string.Format will be called on the given value and the given string
public readonly float Multiplier
No description provided
public readonly int DigitCount
No description provided
Methods
public (constructor) FormatAttribute(string format, float multiplier = 1, int digitCount = 0)
No description provided
public string FormatString(float value)
No description provided
public string FormatString(int value)
No description provided