Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include classes which not used in game #12953

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ok
  • Loading branch information
TheLeerName authored Sep 15, 2023
commit 0f318d83256e2e41088292da2cca774c09c5fc23
4 changes: 0 additions & 4 deletions source/import.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#if !macro

//Discord API
#if desktop
import backend.Discord;
@@ -48,5 +46,3 @@ import flixel.group.FlxSpriteGroup;
import flixel.group.FlxGroup.FlxTypedGroup;

using StringTools;

#end