1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-17 06:40:39 +00:00
2021-02-19 10:09:14 +00:00

8 lines
81 B
C#

namespace QSB.Utility
{
public interface IRepeating
{
void Invoke();
}
}