Author Topic: Title System - Achievement System  (Read 8105 times)

Ocean Yong Kiran

  • Knight
  • **
  • Posts: 88
    • View Profile
Re: Title System - Achievement System
« Topic Start: March 16, 2019, 12:37:21 PM »
one makes use of an event library - here is an example, but it is one I have not used: https://github.com/igorw/evenement - but is the same as React/Vue emit idea

So, the action can be defined elsewhere, the emit call is only for put in the correct place when some thing happens, therefore is only one line of code.