Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
9
Assets/Scripts/Data/Items/ItemContainerData.cs
Normal file
9
Assets/Scripts/Data/Items/ItemContainerData.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using Unity.Entities;
|
||||
|
||||
namespace DefaultNamespace
|
||||
{
|
||||
public struct ItemContainerData : IComponentData
|
||||
{
|
||||
public Hash128 ItemPrefab;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue