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