11 lines
No EOL
210 B
C#
11 lines
No EOL
210 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.Bazaar
|
|
{
|
|
[ProtoContract]
|
|
public class BazaarGetItemByIdRequest
|
|
{
|
|
[ProtoMember(1)]
|
|
public long BazaarItemId { get; init; }
|
|
}
|
|
} |