SingletonPersistent<T>.SetUp
Method in SingletonPersistent<T>
Declaration
protected override void SetUp()
Description
Handles initializing the singleton on Awake. This function should be used in replacement of Awake.
protected override void SetUp()
Handles initializing the singleton on Awake. This function should be used in replacement of Awake.