Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Вращение объектов колесом мыши
[RequireComponent(typeof(ObjectIdentity))]
public class InteractableBlock : Interactable {
private bool wasPickedUpBefore = false;
private bool wasPutDownBefore = false;