HitLag has types in strings to send along to affect what systems lag.

This commit is contained in:
PlatinumSkink
2015-10-01 14:14:07 +02:00
parent c63ec035a7
commit 4d3428f125
10 changed files with 79 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Events
struct Pause : Event
{
std::string Type;
};
}