Rename PickupCollision to InventoryBasic
This commit is contained in:
parent
85a592302c
commit
8d381baffd
@ -2,7 +2,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
public class PickupCollision : MonoBehaviour
|
public class InventoryBasic : MonoBehaviour
|
||||||
{
|
{
|
||||||
private List<GameObject> items;
|
private List<GameObject> items;
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
Loading…
x
Reference in New Issue
Block a user