Skip to content

Commit

Permalink
Introduce a token and parsing phase to the replay parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 5, 2024
1 parent e904344 commit c5ef202
Show file tree
Hide file tree
Showing 11 changed files with 826 additions and 274 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 c5ef202

Please sign in to comment.