Add button interaction system with event publishing and requirements handling
This commit is contained in:
8
GameCore/Interaction/WorldIdComponent.cs
Normal file
8
GameCore/Interaction/WorldIdComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using GameCore.ECS.Interfaces;
|
||||
|
||||
namespace GameCore.Interaction;
|
||||
|
||||
public class WorldIdComponent(string worldId) : IComponent
|
||||
{
|
||||
public readonly string WorldId = worldId;
|
||||
}
|
||||
Reference in New Issue
Block a user