Fixed Constructor-error in Collectable
This commit is contained in:
parent
8f8c5b5fb4
commit
4fc1be09f9
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@ using UnityEngine;
|
|||
|
||||
public class Collectable : Entity{
|
||||
|
||||
public Collectable (EntityObjective referringObjective, GameObject entityPrefab) : base(referringObjective, entityPrefab) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue