diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Minimap/Minimap.lua	Thu Apr 21 11:36:41 2016 -0400
@@ -0,0 +1,13 @@
+--- ${PACKAGE_NAME}
+-- @file-author@
+-- @project-revision@ @project-hash@
+-- @file-revision@ @file-hash@
+-- Created: 4/21/2016 9:45 AM
+local B = select(2, ...)
+local T = B:RegisterModule("Cluster", _G.VeneerMiniMapCluster)
+
+function T:OnInitialize ()
+
+end
+
+