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

@@ -16,4 +16,8 @@ public class AnimationEventWrapper : MonoBehaviour
stateMachine.ChangeState(stateName);
}
}
public void TrashManFinishedEating()
{
}
}

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()
{
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: d127f4caca2d5ed4091aa4b6b19e754f