Example #1
0
 public void onEnable() {
   m_debugModule.onEnable();
   // TODO onEnable() Load files
 }
Example #2
0
 public void onDisable() {
   m_debugModule.onDisable();
   // TODO onDisable() Save files
 }