Remove all references to OpenTK (#85)

Resolves #80
This commit is contained in:
Víctor Aguilera Puerto
2018-07-29 23:58:19 +02:00
committed by Pieter-Jan Briers
parent 74b38c49fb
commit f051078c79
7 changed files with 1 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
using Content.Server.Interfaces.GameObjects;
using System;
using System.Collections.Generic;
using OpenTK;
using SS14.Shared.Math;
using SS14.Shared.GameObjects;
using SS14.Shared.Utility;
using YamlDotNet.RepresentationModel;