No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

todo_class.gd 132B

12345678
  1. tool
  2. extends Reference
  3. var pattern : String
  4. var title : String
  5. var content : String
  6. var script_path : String
  7. var line_number : int