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

PlayerData changes #2946

Open
wants to merge 5 commits into
base: general-devel
Choose a base branch
from

Commits on May 14, 2023

  1. Updated the PlayerData constructors.

    Added a new constructor with a parameter that is responsible for installing TShock items into inventory.
    
    The `TSPlayer` parameter was not used, so I labeled the constructor obsolete.
    AgaSpace committed May 14, 2023
    Configuration menu
    Copy the full SHA
    2e88234 View commit details
    Browse the repository at this point in the history
  2. Updated the PlayerData.StoreSlot method

    Removed the ability to call a method when a slot less than 0 is specified.
    
    Added an overload that takes `NetItem` in parameters.
    AgaSpace committed May 14, 2023
    Configuration menu
    Copy the full SHA
    7635191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b184133 View commit details
    Browse the repository at this point in the history
  4. Update changelog.md

    AgaSpace committed May 14, 2023
    Configuration menu
    Copy the full SHA
    8ccb3c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    f5df85e View commit details
    Browse the repository at this point in the history