Skip to content

Commit 59b1af0

Browse files
committed
style: minor fix
1 parent 9bfdb82 commit 59b1af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace JCSUnity
1414
/// <summary>
1515
/// Move forward base on their own direction.
1616
/// </summary>
17-
public class JCS_3DGoStraightAction : MonoBehaviour , JCS_IAction
17+
public class JCS_3DGoStraightAction : MonoBehaviour, JCS_IAction
1818
{
1919
/* Variables */
2020

0 commit comments

Comments
 (0)