mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-05 15:39:51 +00:00
5 lines
72 B
C#
5 lines
72 B
C#
namespace QSB.Utility
|
|
{
|
|
public interface IAddComponentOnStart { }
|
|
}
|