add register to monster 2

This commit is contained in:
Lev 2024-08-15 17:28:27 +03:00
parent f23bd9fe9f
commit 475439a3af

View file

@ -10,5 +10,9 @@ namespace ZoFo.GameCore.GameManagers.ItemManager
{ {
//поля //поля
float damage; float damage;
public WeaponItemInfo(string tag) : base(tag)
{
}
} }
} }