created Items
created IUsable.cs interface
This commit is contained in:
parent
ca0718d286
commit
26ea595bfa
15 changed files with 297 additions and 0 deletions
5
Assets/Scripts/IUsable.cs
Normal file
5
Assets/Scripts/IUsable.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using UnityEngine;
|
||||
|
||||
public interface IUsable {
|
||||
public void select();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue