fix(NativeScripting): compilation errors from latest refactor#468
Conversation
📝 WalkthroughWalkthroughAdded an explicit public constructor and a final destructor to the TestScript class in the native scripting example; the constructor forwards the Entity to the ScriptableEntity base via an initializer list, and the destructor prints a destruction message. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Not related to any issue.
This PR fixes the Native Scripting example compilation.
Summary by CodeRabbit
New Features
Chores
Note: This release includes a visible log on script destruction in the example.