Initial Commit

This commit is contained in:
Simeon Radivoev 2022-02-12 12:53:50 +02:00
commit ee5c2f922d
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
2255 changed files with 547750 additions and 0 deletions

View file

@ -0,0 +1,8 @@
using Unity.Entities;
namespace Markers
{
public struct ActiveComponentData : IComponentData
{
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8ca4c708c84d42108fdd6582e8b98cb3
timeCreated: 1533307508

View file

@ -0,0 +1,8 @@
using Unity.Entities;
namespace Markers
{
public struct EnabledComponentData : IComponentData
{
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 17b32cbe4b8c4fdd8b180025731d95b1
timeCreated: 1532354026

View file

@ -0,0 +1,8 @@
using Unity.Entities;
namespace Markers
{
public struct InitializedComponentData : IComponentData
{
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 2aa55b4851c849bb80afa595b0679222
timeCreated: 1534083483