annotate ClassPlanFollowers.lua @ 39:89ddef0594bc

Added tag v1.0-rc9 for changeset a93cae445d3f
author Nenue
date Fri, 04 Nov 2016 02:54:32 -0400
parents 26dfa661daa7
children 589c444d4837
rev   line source
Nenue@33 1 ClassPlanFollowerMixin = {}
Nenue@33 2 local c = ClassPlanFollowerMixin
Nenue@33 3 function c:OnEvent(event, arg)
Nenue@33 4
Nenue@33 5 end
Nenue@33 6
Nenue@33 7 function c:GetPlayerData(event, arg) end
Nenue@33 8
Nenue@33 9 function c:UpdateItems() end
Nenue@33 10
Nenue@33 11 function c:Reanchor() end