MVP for Dump Puzzle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class HedgeHogBehaviour : MonoBehaviour
|
||||
{
|
||||
public void moveHedgeHog()
|
||||
{
|
||||
Debug.Log("HedgeHog is moving!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user