Open Issues Need Help
View All on GitHub Nodeの子要素として自分自身を追加しようとしたら例外を出すようにする 2 months ago
AI Summary: Modify the Promete game engine's Node class to throw an ArgumentException if a node attempts to add itself as a child, instead of silently causing a StackOverflowException. This improves error handling and makes debugging easier.
Complexity:
3/5
good first issue