浏览代码

[Bot] Automated dotnet-format update

/main
Ciro Continisio 4 年前
当前提交
b9e24678
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Characters/StateMachine/Actions/RotateActionSO.cs

2
UOP1_Project/Assets/Scripts/Characters/StateMachine/Actions/RotateActionSO.cs


[CreateAssetMenu(fileName = "RotateAction", menuName = "State Machines/Actions/Rotate")]
public class RotateActionSO : StateActionSO<RotateAction>
{
[Tooltip("Smoothing for rotating the character to their movement direction")]
[Tooltip("Smoothing for rotating the character to their movement direction")]
public float turnSmoothTime = 0.2f;
}

正在加载...
取消
保存