Generalizing Bodies

This commit is contained in:
2026-02-12 12:23:25 -05:00
parent e9ede187c7
commit 9d8593a3f5

View File

@@ -11,9 +11,8 @@ namespace Awperative;
/// Anything that inherits Component is built to work in any DockerEntity, which leads to generic
/// Assumptions. If you want to make a body specific or scene specific component both classes are available.
/// </summary>
public abstract partial class Component
public abstract partial class Component : DockerEntity
{
public Scene Scene { get; set; }
internal DockerEntity Docker;