Click or drag to resize

RoutineManagerCurrent Property

Current combat routine Setting this will change the routine used in the botbases Calls shutdown on the previous routine and initalize on the new one

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static CombatRoutine Current { get; set; }

Property Value

Type: CombatRoutine
See Also