Remove wrong doc
This commit is contained in:
parent
e37dcebd91
commit
15839cae9e
@ -12,7 +12,6 @@ namespace NeonTea.Quakeball.Net.Packets {
|
|||||||
|
|
||||||
public PlayerUpdatePckt() { }
|
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) {
|
public PlayerUpdatePckt(Vector3 moveDirection, byte moveStyle, bool jumping, float pitch, float yaw) {
|
||||||
MoveDirection = moveDirection;
|
MoveDirection = moveDirection;
|
||||||
MoveStyle = moveStyle;
|
MoveStyle = moveStyle;
|
||||||
|
Loading…
Reference in New Issue
Block a user