From e9b7eb47c047c5e32c1355c49e90362829c36972 Mon Sep 17 00:00:00 2001 From: Zurazan Date: Sat, 20 Dec 2025 02:14:13 +0100 Subject: [PATCH] Slapped that cringe ass lightless logo in there yo --- LightlessSync/LightlessPlugin.cs | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) 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;