소스 검색

Remove reference to 3.1 as a minimum version

tetrapod00 11 달 전
부모
커밋
451649ddb6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tutorials/best_practices/scenes_versus_scripts.rst

+ 0 - 2
tutorials/best_practices/scenes_versus_scripts.rst

@@ -118,8 +118,6 @@ There are two systems for registering types:
    - Engine developers must add support for languages manually (both name exposure and
      runtime accessibility).
 
-   - Godot 3.1+ only.
-
    - The Editor scans project folders and registers any exposed names for all
      scripting languages. Each scripting language must implement its own
      support for exposing this information.