예제 #1
0
파일: UO.World.cs 프로젝트: byterj/phoenix
 public static bool Grab(ushort amount)
 {
     UO.Print("What item do you want to move?");
     return(Grab(amount, UIManager.TargetObject()));
 }
예제 #2
0
파일: UO.World.cs 프로젝트: byterj/phoenix
 public static bool EquipItem()
 {
     UO.Print("What item do you want to equip?");
     return(EquipItem(UIManager.TargetObject()));
 }
예제 #3
0
파일: UO.cs 프로젝트: byterj/phoenix
 public static void Latency()
 {
     UO.Say(0x35, "Latency {0} ms", Core.Latency);
 }