Completed course 2 adn 3, working on 4

This commit is contained in:
2026-03-20 17:34:22 +00:00
parent 623ad6f509
commit db966bab55
507 changed files with 67348 additions and 4667 deletions

View File

@@ -35,5 +35,6 @@ public class ResourceSource : MonoBehaviour
Destroy(gameObject);
if(onQuantityChange != null)
onQuantityChange.Invoke();
gatheringPlayer.GainResouces(type, amountToGive);
}
}