party #15

Merged
zephyr merged 4 commits from party into main 2023-08-07 11:34:42 -05:00
Owner

Resolves #6.
Updates #3.

Resolves #6. Updates #3.
zephyr added 3 commits 2023-08-06 22:50:01 -05:00
zephyr requested review from madxmike 2023-08-06 22:50:27 -05:00
madxmike reviewed 2023-08-07 07:35:02 -05:00
@ -16,0 +20,4 @@
private void OnEnable()
{
// NOTE(zeph): Party is mandatory. If none is set, we want an exception.
Owner

I think its clearer to make these types of notes into assertions. Assert.IsNotNull(party) or something like it.

I think its clearer to make these types of notes into assertions. `Assert.IsNotNull(party)` or something like it.
zephyr marked this conversation as resolved
@ -16,0 +29,4 @@
party.Remove(this);
}
internal HeroPartySO getParty()
Owner

Should use a property instead of a getter

Should use a property instead of a getter
zephyr marked this conversation as resolved
zephyr added 1 commit 2023-08-07 11:31:04 -05:00
ci/woodpecker/push/woodpecker Pipeline was successful Details
bdc0fe543a
use property rather than getter for hero party
madxmike approved these changes 2023-08-07 11:33:40 -05:00
zephyr merged commit a67aee24aa into main 2023-08-07 11:34:42 -05:00
zephyr deleted branch party 2023-08-07 11:34:42 -05:00
zephyr referenced this issue from a commit 2023-08-07 11:34:43 -05:00
madxmike referenced this issue from a commit 2023-08-09 20:40:56 -05:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/idle-survivors#15
No description provided.