SmoOnlineServer/Shared/Packet/Packets/ShinePacket.cs

6 lines
128 B
C#
Raw Normal View History

2021-11-29 04:04:34 +00:00
namespace Shared.Packet.Packets;
[Packet(PacketType.Shine)]
public struct ShinePacket : IPacket {
public int ShineId;
}