├── EN ├── CounterStrikeSharp.API.dll ├── ShowDamage.cs └── ShowDamage.csproj ├── README.md └── RU ├── CounterStrikeSharp.API.dll ├── ShowDamage.cs └── ShowDamage.csproj /EN/CounterStrikeSharp.API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/EN/CounterStrikeSharp.API.dll -------------------------------------------------------------------------------- /EN/ShowDamage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/EN/ShowDamage.cs -------------------------------------------------------------------------------- /EN/ShowDamage.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/EN/ShowDamage.csproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/README.md -------------------------------------------------------------------------------- /RU/CounterStrikeSharp.API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/RU/CounterStrikeSharp.API.dll -------------------------------------------------------------------------------- /RU/ShowDamage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/RU/ShowDamage.cs -------------------------------------------------------------------------------- /RU/ShowDamage.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ABKAM2023/CS2-ShowDamage/HEAD/RU/ShowDamage.csproj --------------------------------------------------------------------------------