Items #3

Merged
dddushesss merged 61 commits from Alexei into main 2022-01-05 12:48:28 +00:00
Showing only changes of commit 131c0f060f - Show all commits

View File

@ -32,7 +32,6 @@ namespace Chars
{ {
_curTime = Time.time; _curTime = Time.time;
_player.Move(VectorToDirection(_moveJoystick.Direction.normalized)); _player.Move(VectorToDirection(_moveJoystick.Direction.normalized));
var g = new Graph()
} }
} }