party #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "party"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #6.
Updates #3.
@ -16,0 +20,4 @@
private void OnEnable()
{
// NOTE(zeph): Party is mandatory. If none is set, we want an exception.
I think its clearer to make these types of notes into assertions.
Assert.IsNotNull(party)
or something like it.@ -16,0 +29,4 @@
party.Remove(this);
}
internal HeroPartySO getParty()
Should use a property instead of a getter