Files
Firebird_2D/FireBird2D.Interfaces/IGame.cs
T
2025-04-21 19:19:26 +02:00

14 lines
224 B
C#

using Firebird2D.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Firebird2D.Interfaces
{
public interface IGame
{
}
}