Remove wrong doc

This commit is contained in:
Jens Pitkänen 2020-08-07 03:48:07 +03:00
parent e37dcebd91
commit 15839cae9e
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ namespace NeonTea.Quakeball.Net.Packets {
public PlayerUpdatePckt() { }
/// <summary>Creates a (fake) new packet. Only for testing! Real packets should be made with the parameterless constructor + Write()!</summary>
public PlayerUpdatePckt(Vector3 moveDirection, byte moveStyle, bool jumping, float pitch, float yaw) {
MoveDirection = moveDirection;
MoveStyle = moveStyle;