- Powerful - Data-oriented - Approved by PJB - Powered by node graphs and AI pathfinding - Coded by the same nerd who brought you atmos Co-authored-by: Exp <theexp111@gmail.com>
10 lines
201 B
C#
10 lines
201 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Content.Shared.GameObjects.Components
|
|
{
|
|
public class SharedWindowComponent : Component
|
|
{
|
|
public override string Name => "Window";
|
|
}
|
|
}
|