1
0
Fork 0

Fixed Constructor-error in Collectable

This commit is contained in:
ALoTron 2018-04-21 16:23:37 +02:00
parent 8f8c5b5fb4
commit 4fc1be09f9

View file

@ -4,4 +4,5 @@ using UnityEngine;
public class Collectable : Entity{
public Collectable (EntityObjective referringObjective, GameObject entityPrefab) : base(referringObjective, entityPrefab) {}
}