copy over comments

This commit is contained in:
RickyRister 2025-09-21 15:34:49 -07:00
parent 97b5e9d890
commit ccca83a699
11 changed files with 203 additions and 0 deletions

View file

@ -1,4 +1,6 @@
syntax = "proto2";
// Sent every time something happens in the game to update the client's state
message GameEvent {
enum GameEventType {
JOIN = 1000;