Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
8
Assets/Scripts/Markers/ActiveComponentData.cs
Normal file
8
Assets/Scripts/Markers/ActiveComponentData.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Unity.Entities;
|
||||
|
||||
namespace Markers
|
||||
{
|
||||
public struct ActiveComponentData : IComponentData
|
||||
{
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Markers/ActiveComponentData.cs.meta
Normal file
3
Assets/Scripts/Markers/ActiveComponentData.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 8ca4c708c84d42108fdd6582e8b98cb3
|
||||
timeCreated: 1533307508
|
||||
8
Assets/Scripts/Markers/EnabledComponentData.cs
Normal file
8
Assets/Scripts/Markers/EnabledComponentData.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Unity.Entities;
|
||||
|
||||
namespace Markers
|
||||
{
|
||||
public struct EnabledComponentData : IComponentData
|
||||
{
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Markers/EnabledComponentData.cs.meta
Normal file
3
Assets/Scripts/Markers/EnabledComponentData.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 17b32cbe4b8c4fdd8b180025731d95b1
|
||||
timeCreated: 1532354026
|
||||
8
Assets/Scripts/Markers/InitializedComponentData.cs
Normal file
8
Assets/Scripts/Markers/InitializedComponentData.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Unity.Entities;
|
||||
|
||||
namespace Markers
|
||||
{
|
||||
public struct InitializedComponentData : IComponentData
|
||||
{
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Markers/InitializedComponentData.cs.meta
Normal file
3
Assets/Scripts/Markers/InitializedComponentData.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2aa55b4851c849bb80afa595b0679222
|
||||
timeCreated: 1534083483
|
||||
Loading…
Add table
Add a link
Reference in a new issue