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