Added some comments.

This commit is contained in:
LevelX2 2015-02-19 08:53:12 +01:00
parent 8d0f45052a
commit 422b92e4ad
2 changed files with 20 additions and 2 deletions

View file

@ -40,7 +40,7 @@ public interface ContinuousRuleModifiyingEffect extends ContinuousEffect {
/**
* This check for the relevant events is called at first to prevent further actions if
* the current event is ignored from this effect
* the current event is ignored from this effect. Speeds up event handling.
* @param event
* @param game
* @return