示例#1
0
 public void Remove(PlatformObject platform)
 {
     activePlatforms.Remove(platform);
     firstPlatform = activePlatforms[0];
     platform.ReturnToPool();
 }