Fix interactions IGrabable + Ajout interface IUsable
This commit is contained in:
parent
eacf4f2711
commit
5b787c7da6
6 changed files with 33 additions and 6 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue