Plugin/EngageTimer.csproj --- XML 8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 8 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 9 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 9 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 10 <ProduceReferenceAssembly>false</ProduceReferenceAssembly> 10 <ProduceReferenceAssembly>false</ProduceReferenceAssembly> 11 <AssemblyVersion>2.4.1.1</AssemblyVersion> 11 <AssemblyVersion>2.4.1.2</AssemblyVersion> 12 <Deterministic>false</Deterministic> 12 <Deterministic>false</Deterministic> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> 14 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> 14 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>   Plugin/Ui/CountDown.cs --- C# 94 94 DrawNumber(true, i, 0.001f, 0f, 1f, false); 95 95 } 96 96 } .. 97 ImGui.End(); 97 98 98 99 _firstDrawTicks--; 99 100 }