diff --git a/LightlessSync/LightlessPlugin.cs b/LightlessSync/LightlessPlugin.cs index fe7e9a4..f621a2c 100644 --- a/LightlessSync/LightlessPlugin.cs +++ b/LightlessSync/LightlessPlugin.cs @@ -69,6 +69,58 @@ namespace LightlessSync; #pragma warning restore S125 // Sections of code should not be commented out // thank you dark 🙏 +/* + --------- + ------------------------- + -------------- ##++++ ------------- + ----------+##+++++++++++++++++++###-------- + +------ ####++++++++++++++++++++++++##### ----- + ------- #####++++++++++++++++++++++++++++++###### +++++ + ------+#####++++++++++++++++++++++++++++++++++########+++++ + ------######++++++++++++++++++++++++++++++++++++++#########++++ + ------######+++++++++++++++++++++++++++++++++++++##############+++ + -----#######+++++++++++++++++++++++++++++++#######################+++ + ---- #######++++++++++++++++++++++++++++############################ ++ + -----########+++++++++++++++++++++++++++################################## + ----+########+++++++++++++++++++++++++####################################### + ---- ########+++++++++++++++++++++++-+######################################### + -----#########++++++++++++++++++++--+########################################### + ----#########+++++++++++++++++++---+#######+++++++++############################# + ----##########+++++++++++++++++----###+--------.......---+####################### # + ---###########+++++++++++++++-----#+------..................-####################### + ----###########++++++++++++++----------..----..................-+#################### + ---+###########+++++++++++++--------.-+########+-................-################### + ----############++++++++++++--------+##############+................+################# + ----############++++---+---------.-#################+................-################ + ---+####+++++-------------------..###################+...............--############### + ----+#############++-------------.+####################-...............--############### + ----+##############++++++++------.+####################+...............---############## + ----+##############+++++++++-----.+####################+...............---+############# + ---++##############++++++++-------####################.................---############# + ----+################++++++++-----+##################-......-..........---+############ + ----++################+++++++-------################-......+...........---+############ + ----++##################++++++--------+##########+-......-#-..........----+########### + --- ++##################+++++--------..--+++---........+#-.........------+########### + +++++++####################++----------.............-+#+-......-.--------+########## + +++ +++######################+---------..........+###+-......-----------+########## + ++++-+++##########################+++------+++######-......--------.----########## + ++++----+########################################+-.......------------+######### + ++++ ----+####################################--.....----------------######### + +++ -----++###############################+------------------------######## + +++ ------++###########++##+++++#+++----------------------------+####### + +++ ----------++########-----------...------------------------+####### + +++ -------------------------------------------------------####### + ++# ---------------------------------------------------+###### + ## ------------------------------------------------###### + ### -------------------------------------------+##### + ### --------------------------------------+##### + # -------------------------------#### + ----------------------++### + ------------# +*/ + +// Just a shitty fork, still with love. + public class LightlessPlugin : MediatorSubscriberBase, IHostedService { private readonly DalamudUtilService _dalamudUtil;