Beispiel #1
0
 void InitPotion(ActionBarRow row, int b, int n)
 {
     row.SetButton(b, new ActionBarDescriptor
     {
         Atlas     = 3,
         Icon      = n,
         ItemGroup = 1,
         ItemType  = n,
         Stackable = true,
         Stack     = 1,
         Callback  = PotionClick
     });
 }
Beispiel #2
0
 void InitPotion(ActionBarRow row, int b, int n)
 {
     row.SetButton(b, new ActionBarDescriptor
     {
         Atlas = 3,
         Icon = n,
         ItemGroup = 1,
         ItemType = n,
         Stackable = true,
         Stack = 1,
         Callback = PotionClick
     });
 }