-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.xml
22 lines (17 loc) · 835 Bytes
/
meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta>
<info version="1.0.0" type="script" author="Quindo/Forkerer" />
<!-- FILES -->
<file src="files/indicatorIcon.png" cache="true" />
<!-- SCRIPTS -->
<!-- UTILITY -->
<script src="utility/Utility.lua" type="client" cache="false"/>
<script src="utility/IndicatorsRestrictions.lua" type="client" cache="false"/>
<!-- CLASSES -->
<script src="classes/IndicatorsManager.lua" type="client" cache="false"/>
<script src="classes/IndicatorsManagerSetters.lua" type="client" cache="false"/>
<script src="classes/IndicatorsManagerGetters.lua" type="client" cache="false"/>
<script src="classes/Indicator.lua" type="client" cache="false"/>
<script src="classes/IndicatorSetters.lua" type="client" cache="false"/>
<script src="classes/IndicatorGetters.lua" type="client" cache="false"/>
<!-- OTHER -->
</meta>