Skip to content

Instantly share code, notes, and snippets.

@aqaddoumi
aqaddoumi / gist:405d9abbcd4569fdce0cb9636e24dbf3
Created October 20, 2016 15:59
Game Controller for Clowny Rain
Systems createSystem ()
{
#if (UNITY_EDITOR)
return new DebugSystems ()
#else
return new Systems()
#endif
// ---------------- Create Systems ---------------- //