Skip to content

Commit 9f2a876

Browse files
committed
style: extra newline
1 parent 7317382 commit 9f2a876

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/JCSUnity/Scripts/Actions/3D/JCS_3DGoStraightAction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public class JCS_3DGoStraightAction : MonoBehaviour , JCS_IAction
4545
[Range(0.0f, 10.0f)]
4646
private float mRandomSpeedValue = 5.0f;
4747

48-
4948
/* Setter & Getter */
5049

5150
public float MoveSpeed { get { return this.mMoveSpeed; } set { this.mMoveSpeed = value; } }

0 commit comments

Comments
 (0)