FurinaImpact/FurinaImpact.Protocol/PropPair.proto

8 lines
164 B
Protocol Buffer
Raw Permalink Normal View History

2023-12-09 03:45:08 +00:00
syntax = "proto3";
import "PropValue.proto";
option csharp_namespace = "FurinaImpact.Protocol";
message PropPair {
PropValue prop_value = 2;
uint32 type = 1;
}