diff options
| author | lempamo <[email protected]> | 2017-03-31 20:22:59 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 20:22:59 -0400 |
| commit | 7841180fc0f60f6eb1fff1503f89ff2cad117e85 (patch) | |
| tree | 91839e30c8fefa92a0d534062277015a8c8b1ade /TimeHACK.Engine/WCMessageParser.cs | |
| parent | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff) | |
| download | histacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.tar.gz histacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.tar.bz2 histacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.zip | |
webchat98 things
Diffstat (limited to 'TimeHACK.Engine/WCMessageParser.cs')
| -rw-r--r-- | TimeHACK.Engine/WCMessageParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/WCMessageParser.cs b/TimeHACK.Engine/WCMessageParser.cs index 44c9002..ef7efd0 100644 --- a/TimeHACK.Engine/WCMessageParser.cs +++ b/TimeHACK.Engine/WCMessageParser.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace TimeHACK.Engine { - class WCMessageParser + public class WCMessageParser { public string ParseMessage(string json, int index, string user) { |
