mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 18:01:09 +00:00
Merge pull request #36182 from KoBeWi/how_to_text_file
Remove TextFile from public API
This commit is contained in:
commit
4a5eab05f5
@ -1,13 +0,0 @@
|
||||
<?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,8 +36,6 @@
|
||||
|
||||
class TextFile : public Resource {
|
||||
|
||||
GDCLASS(TextFile, Resource);
|
||||
|
||||
private:
|
||||
String text;
|
||||
String path;
|
||||
|
Loading…
Reference in New Issue
Block a user