a lot of changes

This commit is contained in:
2025-03-26 19:48:49 +01:00
parent 295601c7f6
commit b363a11b3a
18 changed files with 195 additions and 64 deletions

View File

@@ -9,15 +9,10 @@ class EditorPresence : public DiscordSocialSDK
{
GDCLASS(EditorPresence, DiscordSocialSDK);
static EditorPresence *singleton;
protected:
static void _bind_methods();
public:
static EditorPresence *
get_singleton();
godot::Engine *engine = godot::Engine::get_singleton();
godot::ProjectSettings *project_settings = godot::ProjectSettings::get_singleton();
godot::Time *time = godot::Time::get_singleton();