From 540b2f1731a8539eb2f4133e4e4eeddeccce5d2e Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Sat, 21 Jun 2025 12:42:40 +0300 Subject: [PATCH] slight update --- README.md | 4 +++- pianoverse.proto | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf592d3..654249b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pianoverse.net protodef's and client -This contains the protocol definitions for pianoverse.net. Reversed from using protobuf_inspector on the packets sent through server and client. +This contains the protocol definitions for pianoverse.net. Reversed from using protobuf_inspector on the packets sent through server and client. + +Protodef is working as of 6/21/25 (mm/dd/yy), commit 4bcb951bf0f60d5e907baac39ad4f77da1158a92. ## Requirements 1. [Bun](https://bun.sh/docs/installation) diff --git a/pianoverse.proto b/pianoverse.proto index 1912e17..2d0c422 100644 --- a/pianoverse.proto +++ b/pianoverse.proto @@ -1,4 +1,4 @@ -// PV version = 672593ae79922c7414126e8a84b9bab9d9a4899a +// PV version = 4bcb951bf0f60d5e907baac39ad4f77da1158a92 syntax = "proto3";