miepzerino
2025-04-03 a34c1ebe91bdf70510fac0b388b00b3c05a82c55
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;
 
}