mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 22:34:54 +08:00
OnEnable is a built-in event in Unity, and as such you don't need to override anything. Simply replace 'protected override void Init()' with 'private void OnEnable()'. You can use any access modifier.