mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Revert "Remove TextFile from public API"
This commit is contained in:
parent
c7faf2e16b
commit
77b05256d6
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