pacman/Pacman_refactored/Classes/Interfaces/IBoostable.cs
2022-07-06 12:47:50 +03:00

10 lines
166 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Pacman_refactored.Classes.Interfaces
{
public interface IBoostable
{
}
}