コード例 #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);
 }