feat : 더미 이동 높이 조절
This commit is contained in:
@@ -152,7 +152,7 @@ public class StressTestClient
|
||||
{
|
||||
PlayerId = clientId,
|
||||
RotY = rotY,
|
||||
Position = new Packet.Position { X = position.X, Y = -0.5f, Z = position.Z }
|
||||
Position = new Packet.Position { X = position.X, Y = -11.09f, Z = position.Z }
|
||||
};
|
||||
byte[] data = PacketSerializer.Serialize((ushort)PacketCode.TRANSFORM_PLAYER, pkt);
|
||||
writer.Put(data);
|
||||
|
||||
Reference in New Issue
Block a user