This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Runtime.InteropServices; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| namespace UnityNSISReader | |
| { | |
| class Program |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ******************************************************************************* | |
| * WarCraft III Replay action format description * | |
| * * | |
| * document version: 1.01 * | |
| * document date : 2006-03-25 * | |
| * document authors: blue, nagger * | |
| * * | |
| * For more informtion about w3g file format, please visit: * | |
| * http://w3g.deepnode.de * | |
| * * |