Merge remote-tracking branch 'origin/master_mapDev'

This commit is contained in:
2024-10-26 21:54:20 +08:00
33 changed files with 30649 additions and 22566 deletions

View File

@@ -48,8 +48,10 @@ namespace Game.Component.SceneProp
public void OnTriggerEnterAction (Collider2D other)
{
if (other.gameObject.CompareTag ("Enemy"))
{
var entity = other.gameObject.GetComponent<EnemyEntity> ();
OnSubEnemySpeed (entity , this._buffSpeedOffset , this._buffDuration);
}