AICharacter position syncing

This commit is contained in:
Regalis
2016-12-29 22:01:50 +02:00
parent 98183c47fb
commit 020aac55ea
3 changed files with 47 additions and 43 deletions

View File

@@ -44,6 +44,7 @@ namespace Barotrauma.Networking
{
if (Data[i] != other.Data[i]) return false;
}
return true;
}
else
{