You've already forked taptap2024_GJ_chidouren
update map
This commit is contained in:
@@ -48,10 +48,10 @@ namespace Game.Component.SceneProp
|
||||
|
||||
public void OnTriggerEnterAction (Collider2D other)
|
||||
{
|
||||
Debug.Log("aaaaaaaaaaaaa");
|
||||
|
||||
if (other.gameObject.CompareTag ("Enemy"))
|
||||
{
|
||||
Debug.Log("bbbbbbbbbb");
|
||||
|
||||
var entity = other.gameObject.GetComponent<EnemyEntity> ();
|
||||
OnSubEnemySpeed (entity , this._buffSpeedOffset , this._buffDuration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user