mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (2210111)
This commit is contained in:
@@ -474,7 +474,7 @@ Called when the object receives a notification, which can be identified in ``wha
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
public override void _Notification(long what)
|
||||
public override void _Notification(int what)
|
||||
{
|
||||
if (what == NotificationPredelete)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user