refactor: rename discord.proto to state.proto

This commit is contained in:
spiral
2022-02-07 11:07:45 -05:00
parent 1ec3663f63
commit c958307698
3 changed files with 2 additions and 2 deletions

View File

@@ -43,6 +43,6 @@
</ItemGroup>
<ItemGroup>
<Protobuf Include="../proto/discord.proto" GrpcServices="Client" Link="Protos/discord.proto"/>
<Protobuf Include="../proto/state.proto" GrpcServices="Client" Link="Protos/state.proto"/>
</ItemGroup>
</Project>

View File

@@ -31,6 +31,6 @@
</ItemGroup>
<ItemGroup>
<Protobuf Include="../proto/discord.proto" GrpcServices="Client" Link="Protos/discord.proto"/>
<Protobuf Include="../proto/state.proto" GrpcServices="Client" Link="Protos/state.proto"/>
</ItemGroup>
</Project>