design

  1. gjaros

    Resolved How to make these classes work.

    This is something I had to write (to make something work, and it did) and it made me cringe. string advancement = obj.name == "Player" ? obj.GetComponent<Player>().config.Advancement : obj.GetComponent<Enemy>().config.Advancement; What I would like to be able to do is something simple like...
Back
Top Bottom