An open API service indexing awesome lists of open source software.

https://github.com/sacristan/unityscripts


https://github.com/sacristan/unityscripts

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# UnityUtils

#Singleton usage
```cs
public class MySingleton: Singleton
{

}
```