Skip to content

Commit

Permalink
Update ServerEvent.java
Browse files Browse the repository at this point in the history
Added Version field for initial startup
  • Loading branch information
utaact5500 authored Apr 30, 2024
1 parent 0d3a5ab commit 6c390a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/uta/cse3310/ServerEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ public class ServerEvent {
int GameId;
int ClientId;
String ServerEvent;
String Version = "no version";

}
}

0 comments on commit 6c390a3

Please sign in to comment.