miepzerino
2025-04-03 625073a040238534dfe9fda1d7b3a2f415db84b3
1
2
3
4
5
6
7
8
9
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
 
public class Drillable : MonoBehaviour
{
    public bool isDrillable = true;
 
}