mirror of
https://github.com/godotengine/godot.git
synced 2025-01-10 03:51:21 +00:00
Merge pull request #36317 from godotengine/revert-36182-how_to_text_file
Revert "Remove TextFile from public API"
This commit is contained in:
commit
ae99439667
13
doc/classes/TextFile.xml
Normal file
13
doc/classes/TextFile.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="TextFile" inherits="Resource" version="4.0">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
@ -36,6 +36,8 @@
|
||||
|
||||
class TextFile : public Resource {
|
||||
|
||||
GDCLASS(TextFile, Resource);
|
||||
|
||||
private:
|
||||
String text;
|
||||
String path;
|
||||
|
Loading…
Reference in New Issue
Block a user