diff --git a/Dalamud/Fools/FoolsManager.cs b/Dalamud/Fools/FoolsManager.cs index fbb4fbf92..a2c52781b 100644 --- a/Dalamud/Fools/FoolsManager.cs +++ b/Dalamud/Fools/FoolsManager.cs @@ -8,6 +8,44 @@ using Dalamud.Logging.Internal; namespace Dalamud.Fools; +// . ///*,.. .,*/((#######((((((((((((#(((########(*,****,,....,**/// +// . (//*,,. ./(#%%%%%%%##((((/////(((((###(#####%#(/**,......,,**/( +// (*((/*,,,/###%%%%%%%%%%%#((///((((##%%%%%%%%####%#(//,. ..,,*/(* +// #((/*/(((((#%%%%&&%%%%%##(/(((((#%%%%&%%%%%%%##(((((/,...,,*/(#% +// %,&%#######%%%%%%%%%%%%%%%%###(####%%%%%%&&&%%%%%%#((((((((/**/(#&% +// ,,#&%%####%%%%%(//##%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%###(####((#%# +// ,.%&%%%%%%%%%#/. *#%%%&&&&&&&&&%&&&%%%%%%%%%#*...*(##%%####((##%%%% +// ..%&&%%%%%%%%#(* ,%&&&&&&&&&&&&&&&&&&&%%%(/, . *(#%%#######%%% +// /#&&&%%%%%%%%%%#, *#&&&&&&&&&&&&&&&&&&&&&&&&&&%(, , ,(####%%%%#### +// %&&&&%%%%&%%%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&%*. /#%%%%%#%%%%%% +// (&&%%%%%&&&&&&&&&&&&&%%%%%%%%%%%%##%%&&&&&&&&&&&&&&%%%%###%%%%%%%%%%%%%### +// *(@&%%%%%&&&&&%%%%%#(#############%%%%%%%&&&&&&&&&&&&&&&%%&%&&&%%%%%%%%%%%%% +// */&&%%%#((//******/********/(((((((/*/(#%%&&&&&&&&&&&&&&&&&&&&&%%%%%%%%%%%%% +// ((&%/,................,,,,,,,,*,,,,,*,,,,*(%%%%&&&&&&&&&&&&&&&&&%%%%%%%%%%%% +// . , ...............,,*(%%&&&&&&&&&&&&&&&&&&%%%%%%%%%% +// ., .,,,**/(#%%%&&&&&&&&&&&&&&%%%%%%%%% +// . ..,,,**/#%%%&&&&&&&&&&&&&&%%%%%%%% +// , .,*/#%%%%&&&&&&&&&&&&&%%%%%%%% +// ,,. ./(#%%%&&&&&&&&%&&&%%##%%%%% +// ((%&# ,(#%%%%&&&&&&&%%%&%%%%%%%%% +// #,%%/ .*#%%%%&&&&&&&&%&%%###%%%%% +// @(%%( .,(%%%%%%%&&&&&&&%%#%%%%%%%% +// /%%%* ./#%%%%%%%%%&&&&&%##%%%%%%%( +// #*&%%#. ..,(#%%%%%%%%%%&&&&&%%%%%%%#((, +// *(%%#/. .,**(#####%%%%%%%%%%%%%%%%%#**.. +// #((#%##/. ,,*(####%%%%%%%%%%%&&%%%#(, +// **###((*. ,(*///((####%%%%%%%&&&%(/., +// .,(###(//*,. ..,*//(((((##%%%%%%%%%%%%#%. +// . (#((/**,,.. ..,*//*/////(##%%%%%%%%%(#(* +// */(((/////,.. .....,,,,***///####%%%%%%%#. +// //*((((*,.. ...,...,,,.,//((((##%%%%%%%,/ +// * //(/******,,,.,,..,,,****/*///((((#(###(/##(, +// +// April fools! <3 +// This was a group effort in one week lead by: +// NotNite: FoolsManager, Pixel Imperfect +// Berna: DailyLifeDuty + /// /// Manager for all the IFoolsPlugin instances. ///