Skip to content

Commit

Permalink
update: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Nov 5, 2023
1 parent 1455c63 commit 9292a88
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified build/K4ryuuDamageInfo/CounterStrikeSharp.API.dll
Binary file not shown.
Binary file modified build/K4ryuuDamageInfo/K4ryuuDamageInfo.dll
Binary file not shown.
Binary file modified build/K4ryuuDamageInfo/K4ryuuDamageInfo.pdb
Binary file not shown.
Binary file removed src/CounterStrikeSharp.API.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/K4ryuuDamageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace K4ryuuDamageInfo
public class DamageInfoPlugin : BasePlugin
{
public override string ModuleName => "Damage Info";
public override string ModuleVersion => "1.1.1";
public override string ModuleVersion => "1.2.0";
public override string ModuleAuthor => "K4ryuu";
private Dictionary<CCSPlayerController, DamageData> playerDamageData = new Dictionary<CCSPlayerController, DamageData>();
public Dictionary<int, Dictionary<int, DamagePlayerInfo>> playerDamageInfo = new Dictionary<int, Dictionary<int, DamagePlayerInfo>>();
Expand Down

0 comments on commit 9292a88

Please sign in to comment.