Godot C# Skill C# programming for Godot Engine development. Overview This skill provides capabilities for implementing game logic using C# in Godot, leveraging .NET integration. Capabilities C# Integration - Node class inheritance - Attribute-based exports - Signal definitions - Callable system .NET Features - NuGet packages - Async/await patterns - LINQ queries - .NET libraries Interoperability - Call GDScript from C# - Expose to GDScript - Handle Variant types - Manage signals Performance - Struct usage - Memory management - Object pooling - Span usage Prerequisites - Godot 4.0+ with .NET s…