danny devito is here

This commit is contained in:
2025-12-17 22:38:08 +01:00
parent 6a490235ba
commit 4ce61ee756
26 changed files with 2093 additions and 319 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class TrashmanBehaviour : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}