From 1aba7fc1cbba375e208d579dbc1c18563878a2e2 Mon Sep 17 00:00:00 2001 From: Lgibb18 <65973111+Lgibb18@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:43:00 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B8=D0=BA=D0=B0=D0=BA=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BB=D0=B8=D0=B3=D1=83=D0=B1=D0=B0,=20=D1=82=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D0=BA=D0=BE=20=D1=81=D0=B0=D0=BD=D1=80=D0=B0=D0=B9?= =?UTF-8?q?=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/{Ligyb => _Sunrise/Disease}/DiseaseRoleSystem.cs | 0 Content.Client/{Ligyb => _Sunrise/Disease}/SickSystem.cs | 0 Content.Client/{Ligyb => _Sunrise/Disease}/VaccinatorSystem.cs | 0 .../{Ligyb => _Sunrise/Disease}/CureDiseaseInfection.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseImmuneClothingSystem.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/DiseaseRoleSystem.cs | 0 .../{Ligyb => _Sunrise/Disease}/MinimumBleedComponent.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/MinimumBleedSystem.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/SickSystem.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/SleepyComponent.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/SleepySystem.cs | 0 Content.Server/{Ligyb => _Sunrise/Disease}/VaccinatorSystem.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseImmuneClothingComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseImmuneComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseRoleComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseTempImmuneComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseVaccineTimerComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/DiseaseVaccineTimerSystem.cs | 0 Content.Shared/{Ligyb => _Sunrise/Disease}/InfectEvent.cs | 0 .../{Ligyb => _Sunrise/Disease}/SharedDiseaseRoleSystem.cs | 0 Content.Shared/{Ligyb => _Sunrise/Disease}/SharedSickSystem.cs | 0 .../{Ligyb => _Sunrise/Disease}/SharedVaccinatorSystem.cs | 0 Content.Shared/{Ligyb => _Sunrise/Disease}/SickComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/SpeedModifierOnComponent.cs | 0 .../{Ligyb => _Sunrise/Disease}/SpeedModifierOnSystem.cs | 0 Content.Shared/{Ligyb => _Sunrise/Disease}/VaccinatorComponent.cs | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename Content.Client/{Ligyb => _Sunrise/Disease}/DiseaseRoleSystem.cs (100%) rename Content.Client/{Ligyb => _Sunrise/Disease}/SickSystem.cs (100%) rename Content.Client/{Ligyb => _Sunrise/Disease}/VaccinatorSystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/CureDiseaseInfection.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/DiseaseImmuneClothingSystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/DiseaseRoleSystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/MinimumBleedComponent.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/MinimumBleedSystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/SickSystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/SleepyComponent.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/SleepySystem.cs (100%) rename Content.Server/{Ligyb => _Sunrise/Disease}/VaccinatorSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseImmuneClothingComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseImmuneComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseRoleComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseTempImmuneComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseVaccineTimerComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/DiseaseVaccineTimerSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/InfectEvent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SharedDiseaseRoleSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SharedSickSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SharedVaccinatorSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SickComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SpeedModifierOnComponent.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/SpeedModifierOnSystem.cs (100%) rename Content.Shared/{Ligyb => _Sunrise/Disease}/VaccinatorComponent.cs (100%) diff --git a/Content.Client/Ligyb/DiseaseRoleSystem.cs b/Content.Client/_Sunrise/Disease/DiseaseRoleSystem.cs similarity index 100% rename from Content.Client/Ligyb/DiseaseRoleSystem.cs rename to Content.Client/_Sunrise/Disease/DiseaseRoleSystem.cs diff --git a/Content.Client/Ligyb/SickSystem.cs b/Content.Client/_Sunrise/Disease/SickSystem.cs similarity index 100% rename from Content.Client/Ligyb/SickSystem.cs rename to Content.Client/_Sunrise/Disease/SickSystem.cs diff --git a/Content.Client/Ligyb/VaccinatorSystem.cs b/Content.Client/_Sunrise/Disease/VaccinatorSystem.cs similarity index 100% rename from Content.Client/Ligyb/VaccinatorSystem.cs rename to Content.Client/_Sunrise/Disease/VaccinatorSystem.cs diff --git a/Content.Server/Ligyb/CureDiseaseInfection.cs b/Content.Server/_Sunrise/Disease/CureDiseaseInfection.cs similarity index 100% rename from Content.Server/Ligyb/CureDiseaseInfection.cs rename to Content.Server/_Sunrise/Disease/CureDiseaseInfection.cs diff --git a/Content.Server/Ligyb/DiseaseImmuneClothingSystem.cs b/Content.Server/_Sunrise/Disease/DiseaseImmuneClothingSystem.cs similarity index 100% rename from Content.Server/Ligyb/DiseaseImmuneClothingSystem.cs rename to Content.Server/_Sunrise/Disease/DiseaseImmuneClothingSystem.cs diff --git a/Content.Server/Ligyb/DiseaseRoleSystem.cs b/Content.Server/_Sunrise/Disease/DiseaseRoleSystem.cs similarity index 100% rename from Content.Server/Ligyb/DiseaseRoleSystem.cs rename to Content.Server/_Sunrise/Disease/DiseaseRoleSystem.cs diff --git a/Content.Server/Ligyb/MinimumBleedComponent.cs b/Content.Server/_Sunrise/Disease/MinimumBleedComponent.cs similarity index 100% rename from Content.Server/Ligyb/MinimumBleedComponent.cs rename to Content.Server/_Sunrise/Disease/MinimumBleedComponent.cs diff --git a/Content.Server/Ligyb/MinimumBleedSystem.cs b/Content.Server/_Sunrise/Disease/MinimumBleedSystem.cs similarity index 100% rename from Content.Server/Ligyb/MinimumBleedSystem.cs rename to Content.Server/_Sunrise/Disease/MinimumBleedSystem.cs diff --git a/Content.Server/Ligyb/SickSystem.cs b/Content.Server/_Sunrise/Disease/SickSystem.cs similarity index 100% rename from Content.Server/Ligyb/SickSystem.cs rename to Content.Server/_Sunrise/Disease/SickSystem.cs diff --git a/Content.Server/Ligyb/SleepyComponent.cs b/Content.Server/_Sunrise/Disease/SleepyComponent.cs similarity index 100% rename from Content.Server/Ligyb/SleepyComponent.cs rename to Content.Server/_Sunrise/Disease/SleepyComponent.cs diff --git a/Content.Server/Ligyb/SleepySystem.cs b/Content.Server/_Sunrise/Disease/SleepySystem.cs similarity index 100% rename from Content.Server/Ligyb/SleepySystem.cs rename to Content.Server/_Sunrise/Disease/SleepySystem.cs diff --git a/Content.Server/Ligyb/VaccinatorSystem.cs b/Content.Server/_Sunrise/Disease/VaccinatorSystem.cs similarity index 100% rename from Content.Server/Ligyb/VaccinatorSystem.cs rename to Content.Server/_Sunrise/Disease/VaccinatorSystem.cs diff --git a/Content.Shared/Ligyb/DiseaseImmuneClothingComponent.cs b/Content.Shared/_Sunrise/Disease/DiseaseImmuneClothingComponent.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseImmuneClothingComponent.cs rename to Content.Shared/_Sunrise/Disease/DiseaseImmuneClothingComponent.cs diff --git a/Content.Shared/Ligyb/DiseaseImmuneComponent.cs b/Content.Shared/_Sunrise/Disease/DiseaseImmuneComponent.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseImmuneComponent.cs rename to Content.Shared/_Sunrise/Disease/DiseaseImmuneComponent.cs diff --git a/Content.Shared/Ligyb/DiseaseRoleComponent.cs b/Content.Shared/_Sunrise/Disease/DiseaseRoleComponent.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseRoleComponent.cs rename to Content.Shared/_Sunrise/Disease/DiseaseRoleComponent.cs diff --git a/Content.Shared/Ligyb/DiseaseTempImmuneComponent.cs b/Content.Shared/_Sunrise/Disease/DiseaseTempImmuneComponent.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseTempImmuneComponent.cs rename to Content.Shared/_Sunrise/Disease/DiseaseTempImmuneComponent.cs diff --git a/Content.Shared/Ligyb/DiseaseVaccineTimerComponent.cs b/Content.Shared/_Sunrise/Disease/DiseaseVaccineTimerComponent.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseVaccineTimerComponent.cs rename to Content.Shared/_Sunrise/Disease/DiseaseVaccineTimerComponent.cs diff --git a/Content.Shared/Ligyb/DiseaseVaccineTimerSystem.cs b/Content.Shared/_Sunrise/Disease/DiseaseVaccineTimerSystem.cs similarity index 100% rename from Content.Shared/Ligyb/DiseaseVaccineTimerSystem.cs rename to Content.Shared/_Sunrise/Disease/DiseaseVaccineTimerSystem.cs diff --git a/Content.Shared/Ligyb/InfectEvent.cs b/Content.Shared/_Sunrise/Disease/InfectEvent.cs similarity index 100% rename from Content.Shared/Ligyb/InfectEvent.cs rename to Content.Shared/_Sunrise/Disease/InfectEvent.cs diff --git a/Content.Shared/Ligyb/SharedDiseaseRoleSystem.cs b/Content.Shared/_Sunrise/Disease/SharedDiseaseRoleSystem.cs similarity index 100% rename from Content.Shared/Ligyb/SharedDiseaseRoleSystem.cs rename to Content.Shared/_Sunrise/Disease/SharedDiseaseRoleSystem.cs diff --git a/Content.Shared/Ligyb/SharedSickSystem.cs b/Content.Shared/_Sunrise/Disease/SharedSickSystem.cs similarity index 100% rename from Content.Shared/Ligyb/SharedSickSystem.cs rename to Content.Shared/_Sunrise/Disease/SharedSickSystem.cs diff --git a/Content.Shared/Ligyb/SharedVaccinatorSystem.cs b/Content.Shared/_Sunrise/Disease/SharedVaccinatorSystem.cs similarity index 100% rename from Content.Shared/Ligyb/SharedVaccinatorSystem.cs rename to Content.Shared/_Sunrise/Disease/SharedVaccinatorSystem.cs diff --git a/Content.Shared/Ligyb/SickComponent.cs b/Content.Shared/_Sunrise/Disease/SickComponent.cs similarity index 100% rename from Content.Shared/Ligyb/SickComponent.cs rename to Content.Shared/_Sunrise/Disease/SickComponent.cs diff --git a/Content.Shared/Ligyb/SpeedModifierOnComponent.cs b/Content.Shared/_Sunrise/Disease/SpeedModifierOnComponent.cs similarity index 100% rename from Content.Shared/Ligyb/SpeedModifierOnComponent.cs rename to Content.Shared/_Sunrise/Disease/SpeedModifierOnComponent.cs diff --git a/Content.Shared/Ligyb/SpeedModifierOnSystem.cs b/Content.Shared/_Sunrise/Disease/SpeedModifierOnSystem.cs similarity index 100% rename from Content.Shared/Ligyb/SpeedModifierOnSystem.cs rename to Content.Shared/_Sunrise/Disease/SpeedModifierOnSystem.cs diff --git a/Content.Shared/Ligyb/VaccinatorComponent.cs b/Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs similarity index 100% rename from Content.Shared/Ligyb/VaccinatorComponent.cs rename to Content.Shared/_Sunrise/Disease/VaccinatorComponent.cs