Move movement to client.

This commit is contained in:
Pieter-Jan Briers
2019-04-04 16:18:43 +02:00
parent b8e7ae925f
commit 0fe1407214
11 changed files with 406 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using Content.Server.Interfaces.GameObjects.Components.Movement;
using SS14.Server.AI;
using SS14.Server.GameObjects;
using SS14.Server.Interfaces.GameObjects;