[Input] Fix incorrect setter usage in C#

This commit is contained in:
A Thousand Ships
2023-10-24 16:33:44 +02:00
parent 4ff789359b
commit c3e08bd874
+1 -1
View File
@@ -60,7 +60,7 @@ procedure:
.. code-tab:: csharp
GetTree().SetAutoAcceptQuit(false);
GetTree().AutoAcceptQuit = false;
Sending your own quit notification
----------------------------------