Klassen erstellt

This commit is contained in:
NoKnownName
2025-05-23 11:16:05 +02:00
parent 624f7287c0
commit f95312b7b2
150 changed files with 1408 additions and 681 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Controller
{
internal class ChatController
{
}
}