Monster Core #21

Open
Ader_Alisma wants to merge 7 commits from feature/monsterCore into main
3 changed files with 24 additions and 5 deletions
Showing only changes of commit 11ca7ecdcb - Show all commits

View File

@ -264,9 +264,4 @@ public class WaveObserver : Singleton<WaveObserver>
} }
} }
} }
private void ChooseMonsterCore(List<EnemyType> currentGroup)
{
// Fetch the group's mosnter core bool attribute
}
} }

View File

@ -0,0 +1,13 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MonsterCoreDrop : Opponent
{
private GameObject mosnterCorePrefab;
public override void Death()
{
Instantiate(mosnterCorePrefab, transform.position, Quaternion.identity);
base.Death();
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f431d5fa196e5ea4da69343642d10d2f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: