TheNewEconomy / EconomyCore

The core code powering TNE.
Other
11 stars 5 forks source link

[FEAT]: Add Default Callbacks #31

Closed creatorfromhell closed 1 year ago

creatorfromhell commented 1 year ago

Feature Description

These are the default callbacks that need to be implemented. The callback system has replaced TNE's use of the event system, and allows a system that is platform agnostic for addons to use without having to worry about using each platform's "reimagination" of the same old event system.

Account Callbacks

Transaction Callbacks

Currency Callbacks

Reasoning

Extendability is important.