mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-21 01:36:03 +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.