| 366 | } |
| 367 | |
| 368 | bool CSharpLanguage::is_using_templates() { |
| 369 | return true; |
| 370 | } |
| 371 | |
| 372 | Ref<Script> CSharpLanguage::make_template(const String &p_template, const String &p_class_name, const String &p_base_class_name) const { |
| 373 | Ref<CSharpScript> scr; |
no outgoing calls
no test coverage detected