├── Fish-Lethal-Company-Menu.dll ├── LethalCompanyHacks.csproj ├── LethalCompanyHacks.sln ├── MainMenu ├── Features │ ├── PlayerManger.cs │ └── SpawnEnemyClass.cs ├── GUI.cs ├── Patch │ ├── RandomExtensionsHelpers.cs │ └── ReflectionUtil.cs └── Render.cs ├── Properties └── AssemblyInfo.cs └── README.md /Fish-Lethal-Company-Menu.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/Fish-Lethal-Company-Menu.dll -------------------------------------------------------------------------------- /LethalCompanyHacks.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/LethalCompanyHacks.csproj -------------------------------------------------------------------------------- /LethalCompanyHacks.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/LethalCompanyHacks.sln -------------------------------------------------------------------------------- /MainMenu/Features/PlayerManger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/Features/PlayerManger.cs -------------------------------------------------------------------------------- /MainMenu/Features/SpawnEnemyClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/Features/SpawnEnemyClass.cs -------------------------------------------------------------------------------- /MainMenu/GUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/GUI.cs -------------------------------------------------------------------------------- /MainMenu/Patch/RandomExtensionsHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/Patch/RandomExtensionsHelpers.cs -------------------------------------------------------------------------------- /MainMenu/Patch/ReflectionUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/Patch/ReflectionUtil.cs -------------------------------------------------------------------------------- /MainMenu/Render.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/MainMenu/Render.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/official-notfishvr/Fish-Lethal-Company-Menu/HEAD/README.md --------------------------------------------------------------------------------