Rename UpdateCharacterWeapon class

This commit is contained in:
hydrant
2021-05-08 00:32:06 +02:00
parent 5414a85135
commit 0d3cdee58c

View File

@@ -10,9 +10,9 @@ using ReallifeGamemode.Server.Managers;
namespace ReallifeGamemode.Server.Events
{
public class UpdateCharacterWeapon : Script
public class Weapon : Script
{
private ILogger logger = LogManager.GetLogger<UpdateCharacterWeapon>();
private ILogger logger = LogManager.GetLogger<Weapon>();
private const int SLOT_PRIMARY = 2;
private const int SLOT_SECONDARY = 1;