Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Jun 9, 2017
1 parent 8adecc2 commit 10d4f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ public virtual void enterSpace()
}

Event.fireOut("onEnterSpace", new object[]{this});

// 要立即刷新表现层对象的位置
Event.fireOut("set_position", new object[]{this});
Event.fireOut("set_direction", new object[]{this});
}

public virtual void onEnterSpace()
Expand Down

0 comments on commit 10d4f0b

Please sign in to comment.