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

fix(ecs-gestalt): Migrate Components to gestalt's Components. #86

Merged
merged 3 commits into from
Aug 25, 2021

Conversation

DarkWeird
Copy link
Contributor

pollend
pollend previously approved these changes Jul 13, 2021
skaldarnar
skaldarnar previously approved these changes Jul 27, 2021
Comment on lines +26 to +32
CartJointSocket copy() {
CartJointSocket newSocket = new CartJointSocket();
newSocket.entity = this.entity;
newSocket.isOwning = this.isOwning;
newSocket.range = this.range;
return newSocket;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

See discussion on Discord.

Main question here is whether we want to use a = b.copy() or the same pattern as gestalt introduces for the copy(other) method.

@skaldarnar skaldarnar dismissed stale reviews from pollend and themself via 5ca4169 August 14, 2021 10:21
@jdrueckert jdrueckert merged commit 7e8c838 into develop Aug 25, 2021
@jdrueckert jdrueckert deleted the feature/migrate-ecs-to-gestalt branch August 25, 2021 16:40
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.

4 participants