Remove Redunancy

This commit is contained in:
Casey Hofland 2021-01-23 16:20:35 +01:00
parent 0e2f6f6bd6
commit 7804412589

View File

@ -47,7 +47,7 @@ namespace UnityAtoms
/// </summary>
protected virtual void ImplSpecificSetup() { }
private void OnEnable()
private void Start()
{
if (Base == null)
{