예제 #1
0
파일: Farming.cs 프로젝트: Rut0/RSPS-CSharp
 public static void refreshPatches(Player p)
 {
     int[] configs = { 502, 503, 504, 505, 508, 515 };
     for (int i = 0; i < configs.Length; i++)
     {
         Patch patch = new Patch(p.getLoginDetails().getUsername(), 0);
         patch.setConfig(configs[i]);
         setConfig(p, patch);
     }
 }
예제 #2
0
파일: Farming.cs 프로젝트: ramatronics/rsps
 public static void refreshPatches(Player p)
 {
     int[] configs = { 502, 503, 504, 505, 508, 515 };
     for (int i = 0; i < configs.Length; i++)
     {
         Patch patch = new Patch(p.getLoginDetails().getUsername(), 0);
         patch.setConfig(configs[i]);
         setConfig(p, patch);
     }
 }