tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
UnsignedIntSerializer.cs
Go to the documentation of this file.
1using System;
2
3using StrawberryShake.Serialization;
4
5#pragma warning disable CA1812 // not detecting usage via annotation in schema.extensions.graphql
6
8{
13 {
18 : base("UnsignedInt")
19 {
20 }
21 }
22}
ScalarSerializer<TSerialized, TRuntime> for UInt32s.
UnsignedIntSerializer()
Initializes a new instance of the UnsignedIntSerializer class.