Rename Events to Messages.

This commit is contained in:
Major-
2014-08-08 13:50:56 +01:00
parent 1ecdedd2e8
commit 3931b9eb48
467 changed files with 5032 additions and 5057 deletions
+3 -3
View File
@@ -45,8 +45,8 @@ class DummyAction < DistancedAction
end
end
on :event, :second_object_action do |ctx, player, event|
if (event.id == DUMMY_ID)
player.start_action(DummyAction.new(player, event.position))
on :message, :second_object_action do |ctx, player, message|
if (message.id == DUMMY_ID)
player.start_action(DummyAction.new(player, message.position))
end
end