namespace ColdMint.scripts.levelGraphEditor; public class RoomNodeData { public string? Id { get; set; } public string? Title { get; set; } public string? Description { get; set; } }