Removes CannyFastMath usage from Atmos.

This commit is contained in:
Víctor Aguilera Puerto
2020-08-12 19:37:07 +02:00
parent cdc6ec3bfc
commit 1fc941b3b3
5 changed files with 8 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#nullable enable
using CannyFastMath;
using System;
using Content.Server.Interfaces;
using Content.Shared.Atmos;
using JetBrains.Annotations;