0
0
Fork 0
mirror of https://github.com/Sanae6/SmoOnlineServer.git synced 2024-11-14 15:45:07 +00:00
SmoOnlineServer/Shared/Packet/Packets/ShinePacket.cs
2021-11-28 22:32:29 -06:00

6 lines
No EOL
128 B
C#

namespace Shared.Packet.Packets;
[Packet(PacketType.Shine)]
public struct ShinePacket : IPacket {
public int ShineId;
}