MVP for Dump Puzzle

This commit is contained in:
2025-12-08 08:48:35 +01:00
parent c96be39e64
commit 7de0e1776e
93 changed files with 28292 additions and 82020 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
public class HedgeHogBehaviour : MonoBehaviour
{
public void moveHedgeHog()
{
Debug.Log("HedgeHog is moving!");
}
}