mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-12-13 22:22:29 +00:00
7 lines
154 B
C#
7 lines
154 B
C#
namespace SanAndreasUnity.Utilities
|
|
{
|
|
public class StartupSingleton<T> : SingletonComponent<T>
|
|
where T : StartupSingleton<T>
|
|
{
|
|
}
|
|
}
|