Godot.Sharp.Extended/README.md
Mario Steele e94e4961e7 Updated Readme
Started Readme documentation.
2025-09-26 20:34:34 -05:00

10 lines
419 B
Markdown

# Godot.Sharp.Extended
Godot.Sharp.Extended is a core library with a Source generators for the ![Godot Engine](https://godotengine.org), providing additional support for ease of programming with the Godot Engine.
# Installation
To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command:
```
dotnet add package Godot.Sharp.Extended
```