-
Notifications
You must be signed in to change notification settings - Fork 44
refactor: moving time methods to ModLoaderTime
#346
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
Changes from 1 commit
53d7ca5
76505f1
364600c
c66631d
4f82dd9
a73641f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,17 @@ | ||||||||||||
| extends Node | ||||||||||||
|
|
||||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One empty line missing.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The empty line is still missing. |
||||||||||||
| class_name ModLoaderTime | ||||||||||||
|
||||||||||||
| extends Node | |
| class_name ModLoaderTime | |
| class_name ModLoaderTime | |
| extends Node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please add a short comment above the class_name that describes this class.
See the top comment of log.gd for an example.
Uh oh!
There was an error while loading. Please reload this page.