mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Changed periods in the script templates.
This commit is contained in:
parent
613a8bee41
commit
093b069bf6
2 changed files with 2 additions and 2 deletions
|
|
@ -305,7 +305,7 @@ Ref<Script> CSharpLanguage::get_template(const String &p_class_name, const Strin
|
|||
" public override void _Ready()\n"
|
||||
" {\n"
|
||||
" // Called every time the node is added to the scene.\n"
|
||||
" // Initialization here\n"
|
||||
" // Initialization here.\n"
|
||||
" \n"
|
||||
" }\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue