add register to monster 2
This commit is contained in:
parent
f23bd9fe9f
commit
475439a3af
1 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,9 @@ namespace ZoFo.GameCore.GameManagers.ItemManager
|
||||||
{
|
{
|
||||||
//поля
|
//поля
|
||||||
float damage;
|
float damage;
|
||||||
|
|
||||||
|
public WeaponItemInfo(string tag) : base(tag)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue