大调整
This commit is contained in:
15
Assets/Scripts/Fishing/Player/FPlayerData.cs
Normal file
15
Assets/Scripts/Fishing/Player/FPlayerData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class FPlayerData : MonoService<FPlayerData>
|
||||
{
|
||||
public bool Run;
|
||||
public bool IsGrounded;
|
||||
public float Speed;
|
||||
public float RotationSpeed;
|
||||
|
||||
public Vector2 MoveInput;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user