Exemplo n.º 1
0
 // Token: 0x06000030 RID: 48 RVA: 0x00002C60 File Offset: 0x00000E60
 private static AppMain.AMS_TRAIL_EFFECT _amTrailEFAlloc()
 {
     AppMain.AMS_TRAIL_EFFECT ams_TRAIL_EFFECT = AppMain._amTrailEF_ref[AppMain._amTrailEF_alloc];
     AppMain._amTrailEF_alloc++;
     if (AppMain._amTrailEF_alloc >= 8)
     {
         AppMain._amTrailEF_alloc = 0;
     }
     ams_TRAIL_EFFECT.Clear();
     return(ams_TRAIL_EFFECT);
 }
Exemplo n.º 2
0
 private static AppMain.AMS_TRAIL_EFFECT _amTrailEFAlloc()
 {
     AppMain.AMS_TRAIL_EFFECT amsTrailEffect = AppMain._amTrailEF_ref[AppMain._amTrailEF_alloc];
     ++AppMain._amTrailEF_alloc;
     if (AppMain._amTrailEF_alloc >= 8)
     {
         AppMain._amTrailEF_alloc = 0;
     }
     amsTrailEffect.Clear();
     return(amsTrailEffect);
 }