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

Finish adding concurrency to player class #258

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

SeeratSek
Copy link
Collaborator

🎟️ Ticket(s): Closes #211


👷 Changes

Finish adding getters and setter methods to player.go class. Modify all direct accessors and retrievers to use these new methods.

@coveralls
Copy link

Coverage Status

Coverage increased (+2.0%) to 70.597% when pulling 02844e5 on seerat/player-concurrency-continued into a5bdb4a on master.

p.setLastPlayerHit(ph)
p.setPointsDebounce(PointsDebounceTicks)
ph.setPointsDebounce(PointsDebounceTicks)
p.setPDebounce(PlayerDebounceTicks)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh my 😅

Copy link
Collaborator

@brian-nguyen brian-nguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks for completing this.

We'll keep what Robert said about the defer in mind as we move forward.

@brian-nguyen brian-nguyen merged commit d6796c1 into master Oct 23, 2018
@brian-nguyen brian-nguyen deleted the seerat/player-concurrency-continued branch October 23, 2018 03:22
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.

None yet

5 participants