Fix interactions IGrabable + Ajout interface IUsable

This commit is contained in:
Antoine H 2020-12-10 10:49:36 +01:00
parent eacf4f2711
commit 5b787c7da6
6 changed files with 33 additions and 6 deletions

View file

@ -2,6 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
//Represent object that can be grabed.
public interface IGrabable
{
//Unity inspector doesn't handle well interface...