Mercurial > wow > reaction
comparison Buttons.lua @ 12:2735edcf9ab7
Version 0.34
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 21 Mar 2007 00:13:27 +0000 |
parents | f3a7bfebc283 |
children | 639282f3a0e0 |
comparison
equal
deleted
inserted
replaced
11:88df7235ad8b | 12:2735edcf9ab7 |
---|---|
2 -- | 2 -- |
3 -- Defines button types for use with the ReAction AddOn | 3 -- Defines button types for use with the ReAction AddOn |
4 -- | 4 -- |
5 | 5 |
6 local AceOO = AceLibrary("AceOO-2.0") | 6 local AceOO = AceLibrary("AceOO-2.0") |
7 local ReBound = AceLibrary("ReBound-1.0") | 7 local ReBound = AceLibrary("ReBound-1.0"):new("REACTION") |
8 | 8 |
9 local Action = AceOO.Class( | 9 local Action = AceOO.Class( |
10 ReAction, | 10 ReAction, |
11 ReAction.ActionType, | 11 ReAction.ActionType, |
12 ReAction.ActionDisplay, | 12 ReAction.ActionDisplay, |