comparison Minimap/Minimap.lua @ 38:1f8f9cc3d956

- module integration brought up to speed with current frame management structure
author Nenue
date Thu, 21 Apr 2016 11:36:41 -0400
parents
children
comparison
equal deleted inserted replaced
37:e84d645c8ab8 38:1f8f9cc3d956
1 --- ${PACKAGE_NAME}
2 -- @file-author@
3 -- @project-revision@ @project-hash@
4 -- @file-revision@ @file-hash@
5 -- Created: 4/21/2016 9:45 AM
6 local B = select(2, ...)
7 local T = B:RegisterModule("Cluster", _G.VeneerMiniMapCluster)
8
9 function T:OnInitialize ()
10
11 end
12
13