This commit is contained in:
2026-04-15 22:22:56 -04:00
commit 5906f248f4
90 changed files with 6345 additions and 0 deletions

12
addons/.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# Editor configs in nested directories override those in parent directories
# for the directory in which they are placed.
#
# This editor config prevents the code editor from analyzing C# files which
# belong to addons.
#
# Ignoring C# addon scripts is generally preferable, since C# can be coded
# in a variety of ways that may or may not trigger warnings based on your
# own editorconfig or IDE settings.
[*.cs]
generated_code = true