Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Decompiled source of RussianSuperhero v1.0.0
BepInEx/plugins/RussianSuperhero.dll
Decompiled a year agousing System; using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyTitle("RussianSuperhero")] [assembly: AssemblyDescription("Мод, добавляющий бессмертие, силу, скорость и деньги в R.E.P.O.")] [assembly: AssemblyCompany("YourName")] [assembly: AssemblyProduct("RussianSuperhero")] [assembly: AssemblyCopyright("Copyright © 2025")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: AssemblyVersion("1.0.0.0")] namespace RussianSuperhero; public class Plugin { public static void Main() { Console.WriteLine("Мод \"Русский Супергерой\" загружен!"); } }