示例#1
0
 // Create a new Action Buttons Object, initialized by the list recieved from the WorldServer
 public void setActionBars(ActionButton[] abl)
 {
     actionBars = new ActionBars(abl);
 }
示例#2
0
文件: Player.cs 项目: icaca/boogiebot
 // Create a new Action Buttons Object, initialized by the list recieved from the WorldServer
 public void setActionBars(ActionButton[] abl)
 {
     actionBars = new ActionBars(abl);
 }