29988122, ryuga93, potchy, TryBane.
29988122: Repository owner.
ryuga93: Autoskill module.
potchy: Support selection module.
TryBane: Script optimization.
- camelCase for all fields and module imports. Eg: cardCounter
- UPPER_CASE for constants. Use underscore for spacing. Eg: WEAK_MULTI
- PascalCase for all functions. Eg: CheckCardType()
- Mixed_Case_With_Underscores for user defined constant in FGO_REGULAR.lua. Eg: Refill_Or_Not
- UPPER_CASE_REGION for defining image region. Eg: MENU_REGION
- UPPER_CASE_CLICK for defining click location. Eg: APPLE_CLICK