using Godot; public partial class Bond : Line2D { public Atom AtomFrom { get; set; } public Atom AtomTo { get; set; } private Label BondTypeA { get; set; } private Label BondTypeB { get; set; } public string TypeA { get; set; } public string TypeB { get; set; } public override void _Ready() { BondTypeA = GetNode