Skip to content

Commit

Permalink
Introduce a token and parsing phase to the replay parser (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored May 5, 2024
1 parent e904344 commit 763f322
Show file tree
Hide file tree
Showing 12 changed files with 857 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import java.time.Duration;

public record ModeratorEvent(Duration time,
int activeCommandSource,
int fromArmy,
Integer activeCommandSource,
Integer fromArmy,
String message,
String playerNameFromArmy,
String playerNameFromCommandSource) {
Expand Down
Loading

0 comments on commit 763f322

Please sign in to comment.