Import Chronos timekeeping/scheduling library (vanilla 1.12)
Verbatim import of the Chronos addon from refaim's Vanilla WoW 1.12 addon development libraries archive: https://github.com/refaim/Vanilla-WoW-1.12-Addon-Development-Libraries-Archive (Libraries/Chronos) Chronos is a hard dependency of CallOfElements (Chronos.scheduleByName/ startTimer/etc.). Hosting it as a standalone addon so the launcher can install it alongside CoE. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
||||
..\FrameXML\UI.xsd">
|
||||
|
||||
<!-- This loads the localization files. -->
|
||||
<Script file="localization.en.lua"/>
|
||||
<Script file="localization.de.lua"/>
|
||||
<Script file="localization.fr.lua"/>
|
||||
|
||||
<!-- This loads the execution file -->
|
||||
<Script file="Chronos.lua"/>
|
||||
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user