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/tankController.html
Title: People Playground Modding - tankController
==================================================
public class tankController
Inherits MonoBehaviour
[System.Obsolete]
No description provided
Fields
public Rigidbody2D[] wheels
No description provided
bool driving
No description provided
LineRenderer line
No description provided
public Transform node1
No description provided
public Transform node2
No description provided
public List<Vector3> points
No description provided
Methods
void Start()
No description provided
public void Use()
No description provided
void FixedUpdate()
No description provided