예제 #1
0
 public void Update()
 {
     if (active)
     {
         GalaxyInstance.ProcessData();
     }
 }
 // Token: 0x06000029 RID: 41 RVA: 0x0000281E File Offset: 0x00000A1E
 public static void update()
 {
     if (GOGHelper.active)
     {
         GalaxyInstance.ProcessData();
     }
 }
예제 #3
0
 public void Update()
 {
     if (active)
     {
         SteamAPI.RunCallbacks();
         GalaxyInstance.ProcessData();
     }
 }
 void Update()
 {
     /* Makes the GalaxyPeer process data.
      * NOTE: This is required for any listener to work, and has little overhead. */
     GalaxyInstance.ProcessData();
 }