1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed warning

This commit is contained in:
Brian Fiete 2020-07-18 06:51:33 -07:00
parent 4f7e114c9b
commit dc0c0946a0

View file

@ -1,3 +1,5 @@
#pragma warning disable 168
using System; using System;
namespace Tests namespace Tests