using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class CrushingBoulder : MonoBehaviour
|
|
{
|
|
public void Animate()
|
|
{
|
|
Debug.Log("abs");
|
|
}
|
|
}
|