You've already forked taptap2024_GJ_chidouren
Merge remote-tracking branch 'origin/master_mapDev'
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user