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

https://github.com/danny-vd/vdframework

A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a centralised event system
https://github.com/danny-vd/vdframework

csharp csharp-library framework unity

Last synced: 12 months ago
JSON representation

A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a centralised event system

Awesome Lists containing this project

README

          

# VDFramework
A class library separated between a C# and Unity specific version that contains an implementation of the Singleton pattern and a bunch of other useful utilities and extension functions, most notably a static `EventManager` that allows classes to subscribe and unsubscribe from events.