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
| "battle_report": { | |
| "match_type" : "pub_skirmish", | |
| "corpA": {"name": "NPC corp A", "type": "attacker (or ambush, etc)", "mercenaries": [list of mercs fighting for corpA]}, | |
| "corpB": {"name": "NPC corp A", "type": "defender", "mercenaries": [list of mercs fighting for corpb]}, | |
| "fight_report": { | |
| "timestamp": { | |
| "from": [{ | |
| "player": "playerA", | |
| "weapons": "Ass rifle", "Flux nade" | |
| "dmg_dealt": 1200 |
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.IO; | |
| using Mono.Unix; | |
| namespace test_perm | |
| { | |
| class MainClass | |
| { | |
| public static void Main (string[] args) | |
| { | |
| TextWriter writer = new StreamWriter("/tmp/fooish.txt"); |