migration from new repo
This commit is contained in:
commit
423134a840
26930 changed files with 3458568 additions and 0 deletions
9
Assets/_/Features/Items/Runtime/ItemReward.cs
Normal file
9
Assets/_/Features/Items/Runtime/ItemReward.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Item.Runtime
|
||||
{
|
||||
[System.Serializable]
|
||||
public class ItemReward
|
||||
{
|
||||
public ItemDefinitionSO m_itemDefinition;
|
||||
public int m_quantity;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue