When updating from ORK 2.6.0 to 2.6.1, the following compile error now occurs.
Assets / KiwamiManager.cs (63, 67): error CS 1501: No overload for method `GetNearest 'takes` 6' arguments

This is the source that did not have any problem so far.

 var enemy = ORK.Game.Combatants.GetNearest (ORK.Game.ActiveGroup.Leader, false, Range.Battle, Consider.Yes, Consider.No, Consider.Ignore);


How can I deal with it?
Sign In or Register to comment.