Custom invasion gamemode system in ACS.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

22 行
187 B

  1. # Compiled ACS files
  2. *.o
  3. # ACS error files
  4. acs.err
  5. # Build files
  6. *.pk3
  7. # Backups files
  8. *.bak*
  9. *.bac*
  10. # Doom builder files
  11. *.dbs
  12. # Temporary files
  13. *.tmp
  14. # Vim swap files
  15. *.swp
  16. *.swo