From 09c99b6cf58fba9632c3b9c4d4629d5944e6db86 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 13 Jun 2025 02:46:20 -0500 Subject: [PATCH] Updated C# Projects Added EFC to C# Project. Godot Project adds C# Functionality. --- PokePurple.csproj | 2 ++ project.godot | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PokePurple.csproj b/PokePurple.csproj index c648366..5a4d0f7 100644 --- a/PokePurple.csproj +++ b/PokePurple.csproj @@ -6,6 +6,8 @@ + + \ No newline at end of file diff --git a/project.godot b/project.godot index 0ea8257..6a3096d 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="PokePurple" config/description="Poke`mon Twitch Community Game" -config/features=PackedStringArray("4.4") +config/features=PackedStringArray("4.4", "C#") config/icon="res://icon.png" [autoload]