1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-06 15:24:55 +08:00
Thor Brigsted 9e7e7c4c9b UPGRADE NOTICE: Removed Init. Use OnEnable instead
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.
2019-05-07 17:02:25 +02:00
..
2019-02-17 03:18:49 +01:00
2017-09-15 15:56:17 +02:00
2017-09-15 00:46:21 +02:00
2017-09-15 00:46:21 +02:00
2019-03-08 19:50:31 +01:00
2019-03-08 19:50:31 +01:00
2017-09-23 00:26:38 +02:00