Initial. Added files
This commit is contained in:
7
Assets/Scripts/Pickups/IPickable.cs
Executable file
7
Assets/Scripts/Pickups/IPickable.cs
Executable file
@ -0,0 +1,7 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
public interface IPickable
|
||||
{
|
||||
PickUpType type { get; }
|
||||
void PickObject(GameObject obj);
|
||||
}
|
Reference in New Issue
Block a user