Rename PickupCollision to InventoryBasic

This commit is contained in:
Maximilian Wagner 2023-05-31 10:50:32 +02:00
parent 85a592302c
commit 8d381baffd
2 changed files with 1 additions and 1 deletions

View File

@ -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