mirror of
https://github.com/GittyMac/A1Emu.git
synced 2026-09-11 02:26:42 -05:00
Remove TODO in parser.
This commit is contained in:
@@ -14,8 +14,6 @@ using System.Xml.Linq;
|
||||
public class A1_Parser {
|
||||
|
||||
public string[] ParseReceivedMessage(string xmlCommand){
|
||||
//TODO - RoutingStrings (#x|x|x|x)
|
||||
|
||||
List<string> commandsList = new List<string>();
|
||||
|
||||
//Splits raw commands by the null character placed in between. To parse Routing Strings.
|
||||
|
||||
Reference in New Issue
Block a user