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

Enriching item api #232

Open
wants to merge 3 commits into
base: 13.1
Choose a base branch
from

Conversation

SrLicht
Copy link
Contributor

@SrLicht SrLicht commented Oct 23, 2023

  • Nullable is enabled in the project, this is because there are values that can return null but for some reason they do not specify this can be confusing for the programmer, now the variables or types that can be null will be warned.

  • Fixing the typo in Map.cs and fixing the methods to change the color of the lights.

  • ItemPickup was enhanced with new methods and variables that now have a set, it is also possible to change the Scale of a pickup.

* Nullable is enabled in the project, this is because there are values that can return null but for some reason they do not specify this can be confusing for the programmer, now the variables or types that can be null will be warned.

* Fixing the Typo in Map.cs and fixing the methods to change the color of the lights.

* ItemPickup was enhanced with new methods and variables that now have a set, it is also possible to change the Scale of a pickup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant