레스토랑 플레이어 데이터 변경
This commit is contained in:
parent
8fb94dc08a
commit
bed61d2a0d
@ -39,7 +39,8 @@ public class RestaurantPlayerDataSo : ScriptableObject
|
||||
public string WalkingSfxName;
|
||||
public string DashSfxName;
|
||||
|
||||
public InputActionReference MoveActionReference;
|
||||
public InputActionReference DashActionReference;
|
||||
public InputAction MoveAction;
|
||||
public InputAction DashAction;
|
||||
public InputAction OpenManagementUiAction;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user