ArenMook

Kill all NPCs

Jun 13th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. for (int i = 0; i < GameShip.list.size; ++i)
  2.     if (GameShip.list[i].player == null)
  3.         GameShip.list[i].Explode();
Advertisement
Add Comment
Please, Sign In to add comment