Piping nullability (#3048)

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2021-01-28 20:20:13 -06:00
committed by GitHub
parent 67e1da4cc2
commit 4bf61770e1
4 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using System;
#nullable enable
using System;
using Content.Server.Atmos;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization;