You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix default C# script
This commit is contained in:
@@ -284,7 +284,7 @@ Ref<Script> CSharpLanguage::get_template(const String &p_class_name, const Strin
|
||||
"// // Update game logic here.\n"
|
||||
"// \n"
|
||||
"// }\n"
|
||||
"//}\n";
|
||||
"}\n";
|
||||
|
||||
script_template = script_template.replace("%BASE_CLASS_NAME%", p_base_class_name)
|
||||
.replace("%CLASS_NAME%", p_class_name);
|
||||
|
||||
Reference in New Issue
Block a user