Block a user
feature-waves
Anything in the top level package gets put under DefaultNamespace. Rider puts this automatically when you make a new file in the top level package. Really we want to set the namespace for that…
90fc5331bf
Initial pass on wave spawning.
4182b3340d
Initial pass on wave spawning.
a67aee24aa
party (#15)
81c1c0de0e
feature-duder (#9)
party
I think its clearer to make these types of notes into assertions. Assert.IsNotNull(party)
or something like it.
feature-duder
dont change this now, but it would be nice in the future if we could encapsulate the concepts of level and xp in a single class. It might contain a XP -> level curve and then we can jsut .addXp and it will figure everything out. Would be useful if we have anywhere else that needs the same concepts