Finished docking
This commit is contained in:
16
Awperative/Kernel/Entities/DockerEntity/Core.cs
Normal file
16
Awperative/Kernel/Entities/DockerEntity/Core.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
|
||||
namespace Awperative;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Base class for all Awperative entities, manages components as a requirement because that is the job of all entities.
|
||||
/// </summary>
|
||||
public abstract partial class DockerEntity
|
||||
{
|
||||
public Scene Scene;
|
||||
|
||||
internal HashSet<Component> _components;
|
||||
}
|
||||
Reference in New Issue
Block a user