slight modifications to assets'

This commit is contained in:
2023-04-22 15:56:22 -04:00
parent 52de70fcb1
commit d90419f579
9 changed files with 1104 additions and 925 deletions

View File

@ -0,0 +1,27 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GenericInteractable : InteractableItem
{
private void Awake()
{
BaseAwake();
}
private void Start()
{
}
public override bool Interact()
{
return false;
}
public override bool Interact(ref Inventory inventory, ref HeavyInteractableItem heavyInvent)
{
return this.Interact();
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ebc98b4f9e53f6841830816aa1064d6f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: