added: checking if IInteractable is interactable added
This commit is contained in:
@@ -46,7 +46,11 @@ namespace Reset.Items{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public bool CanInteract(){
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
IEnumerator SpawnItems(){
|
||||
for (int i = 0; i < Random.Range(minItemsToSpawn, maxItemsToSpawn); i++) {
|
||||
GameObject newDrop = Instantiate(itemDrop);
|
||||
|
||||
Reference in New Issue
Block a user