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,31 @@
URL: https://wiki.studiominus.nl/internalReference/UseWireTool.html
Title: People Playground Modding - UseWireTool
==================================================
public class UseWireTool
Inherits DistanceWireTool
No description provided
Methods
protected virtual void Awake()
No description provided
public override void OnToolChosen()
No description provided
public override void OnToolUnchosen()
No description provided
protected virtual Color GetWireColor()
No description provided
protected virtual ushort GetWireChannel()
No description provided
protected virtual float GetBreakForce(AnchoredJoint2D joint)
No description provided
protected override void OnJointCreate(DistanceJoint2D joint)
No description provided
protected TargetWireBehaviour CreateWire(DistanceJoint2D joint)
No description provided