Files
SammelmappeOOP/SpielAutomat/Automat.cs
2024-07-25 15:47:46 +02:00

13 lines
186 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpielAutomat
{
internal class Automat
{
}
}